OSDN Git Service

* tree-pass.h (pass_reload): Declare.
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Dec 2011 15:01:25 +0000 (15:01 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Dec 2011 15:01:25 +0000 (15:01 +0000)
commitabc905e8117b3a1c436244615c58c45c57df2541
tree5d65634c3462630f8b0668feee881303171c4bb7
parent4d722a4919b4d7a5aa6036d0e0f4462556be8e68
* tree-pass.h (pass_reload): Declare.
* ira.c (overall_cost_before, saved_flag_ira_share_spill_slots):
New global variables, moved out of ira.
(do_reload): New static function, split off from the second half
of ...
(ira): ... here.
(gate_ira): Remove.
(pass_ira): Use TV_IRA, set gate to NULL, and set flags to
TODO_dump_func.
(rest_of_handle_reload): New static function.
(pass_reload): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182624 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ira.c
gcc/passes.c
gcc/tree-pass.h