Commit 514f01ad by Jan Hubicka Committed by Jan Hubicka

passes.c (init_optimization_passes): Put ipa reference after ipa pure-const.


	* passes.c (init_optimization_passes): Put ipa reference
	after ipa pure-const.

From-SVN: r160205
parent 22a8d1e6
2010-06-02 Jan Hubicka <jh@suse.cz> 2010-06-02 Jan Hubicka <jh@suse.cz>
* passes.c (init_optimization_passes): Put ipa reference
after ipa pure-const.
2010-06-02 Jan Hubicka <jh@suse.cz>
* ipa-reference.c (ipa_reference_local_vars_info_d): Remove * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
calls_read_all and calls_write_all. calls_read_all and calls_write_all.
(get_reference_optimization_summary): Fix formatting. (get_reference_optimization_summary): Fix formatting.
......
...@@ -809,8 +809,8 @@ init_optimization_passes (void) ...@@ -809,8 +809,8 @@ init_optimization_passes (void)
NEXT_PASS (pass_ipa_profile); NEXT_PASS (pass_ipa_profile);
NEXT_PASS (pass_ipa_cp); NEXT_PASS (pass_ipa_cp);
NEXT_PASS (pass_ipa_inline); NEXT_PASS (pass_ipa_inline);
NEXT_PASS (pass_ipa_reference);
NEXT_PASS (pass_ipa_pure_const); NEXT_PASS (pass_ipa_pure_const);
NEXT_PASS (pass_ipa_reference);
NEXT_PASS (pass_ipa_type_escape); NEXT_PASS (pass_ipa_type_escape);
NEXT_PASS (pass_ipa_pta); NEXT_PASS (pass_ipa_pta);
NEXT_PASS (pass_ipa_struct_reorg); NEXT_PASS (pass_ipa_struct_reorg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment