[tree-ssa][PATCH]: Fix building of dominator tree

Daniel Berlin dberlin@dberlin.org
Tue Nov 25 22:42:00 GMT 2003


On Nov 26, 2003, at 4:03 PM, Jason Merrill wrote:

> On Mon, 24 Nov 2003 14:39:31 -0500, Daniel Berlin 
> <dberlin@dberlin.org> wrote:
>
>> As discussed in private mail, we need to clear dom_children on the
>> ENTRY_BLOCK as well, which means using FOR_ALL_BB instead of 
>> FOR_EACH_BB.
>
> Ack!  Surely we can name these macros to make this distinction clear.
> Perhaps FOR_ALL_BB and FOR_ALL_REAL_BB?

Sure.
I was saving that till we decided on a good name, since it's gonna 
affect a lot of files if we rename FOR_EACH_BB (which only does real 
bb's)



More information about the Gcc-patches mailing list