[PATCH] Manage expansion and rest_of_compilation with the pass manager

Richard Henderson rth@redhat.com
Tue Jun 15 21:59:00 GMT 2004


On Tue, Jun 15, 2004 at 09:21:30AM +0200, Paolo Bonzini wrote:
> +  /* Note that the folders should only create gimple expressions.
> +     This is a hack until the new folder is ready.  */
> +  in_gimple_form = pass->properties_provided & PROP_trees;

Needs booleanification; (x & y) != 0.

Otherwise ok.


r~



More information about the Gcc-patches mailing list