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] Minor cleanup for dominator walker


In message <20040209204729.GA29131@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak wri
tes:
 >Hello,
 >
 >> This minor cleanup has been on my todo list for awhile.
 >> 
 >> Basically this changes the last argument in the dominator walker callbacks
 >> to be the parent block in the dominator tree rather than the last statement
 >> in the parent block.
 >
 >would not it be easier just not to pass this argument at all and just
 >use get_immediate_dominator in the places where it is needed?
Agreed.  I'll fix that momentarily.

jeff



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