This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Use FOR_EACH_BB in build_dominator_tree


In message <20030826182301.GA6054@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak writ
es:
 >Hello,
 >
 >in general it is not a good idea to expect basic blocks to be contiguous
 >with indices from 0 to n_basic_blocks - 1 -- even if it is true now
 >on the particular place, it might change somewhen.
 >
 >Commited as obvious.
 >
 >Zdenek
 >
 >	* tree-ssa.c (build_dominator_tree): Use FOR_EACH_BB.
Fine.
jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]