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: [ira] Makes IRA default for some targets


Vladimir Makarov wrote:
The patch makes IRA default for targets for which IRA was ported.

2008-08-25 Vladimir Makarov <vmakarov@redhat.com>

* opts.c (decode_options): Set up flag_ira.

* doc/invoke.texi (fira): Document it.
* caller-save.c (save_call_clobbered_regs): Define and use
do_placement_opt_p.

+ bool do_placement_opt_p = 0 /* flag_ira && optimize */;


Is this what you really wanted?  I don't see anywhere else where this
variable is set...

Jeff


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