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: [PATCH] Manage expansion and rest_of_compilation with the pass manager


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~


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