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: [tuples] add works_with_tuples_p flag to tree_opt_pass


On 7/27/07, Aldy Hernandez <aldyh@redhat.com> wrote:
> This patch adds a new flag to tree_opt_pass so we can enable passes as
> they get converted.  I have also disabled all passes.
>
> I removed the check for DECL_SAVED_TREE in cgraph_analyze_functions as
> discussed with Honza.
>
> Finally, I have removed the exit on flag_gimple_only, as we can now get
> through the entire compilation process, now that we've disabled the non
> working passes (ahem, all of them).  I haven't removed the flag entirely,
> as we may need it further on.

How about using properties instead since this is going away and would
be easier to remove?

Some thing like PROP_NON_TUPLES.

Thanks,
Andrew Pinski


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