[tree-ssa] Minor cleanup for dominator walker

Zdenek Dvorak rakdver@atrey.karlin.mff.cuni.cz
Mon Feb 9 21:33:00 GMT 2004


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?

Zdenek



More information about the Gcc-patches mailing list