On Wed, Jul 13, 2011 at 3:15 PM, Paolo Bonzini <bonz...@gnu.org> wrote: > On 07/13/2011 12:54 PM, Richard Guenther wrote: >> >> > Yes, PROP_gimple_lcx needs to be added to PROP_trees. I cannot approve >> > the >> > patch, unfortunately. >> >> Hm, why? complex operations are lowered after a complex lowering pass >> has executed. they are still lowered on RTL, so I don't see why we need >> to destroy them technically. > > Because it's PROP_*gimple*_lcx. :)
Shouldn't it then be PROP_*gimple* instead of PROP_*trees*? ;) We should drop all PROP_trees after gimplification it seems ;) Richard. > Paolo >