]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
passes.c (init_optimization_passes): Put ipa reference after ipa pure-const.
authorJan Hubicka <jh@suse.cz>
Thu, 3 Jun 2010 02:06:01 +0000 (04:06 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 3 Jun 2010 02:06:01 +0000 (02:06 +0000)
* passes.c (init_optimization_passes): Put ipa reference
after ipa pure-const.

From-SVN: r160205

gcc/ChangeLog
gcc/passes.c

index f94504366f28ee36957f54d219edd4e707116c33..c200dcdcf4abbc38d6f8196716e5e819a60406bc 100644 (file)
@@ -1,3 +1,8 @@
+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
index fe005199d8c7440675d1cb6e03f3c58c41ce38a7..ad444fda27a2954518269472188c45e60f4f27db 100644 (file)
@@ -809,8 +809,8 @@ init_optimization_passes (void)
   NEXT_PASS (pass_ipa_profile);
   NEXT_PASS (pass_ipa_cp);
   NEXT_PASS (pass_ipa_inline);
-  NEXT_PASS (pass_ipa_reference);
   NEXT_PASS (pass_ipa_pure_const);
+  NEXT_PASS (pass_ipa_reference);
   NEXT_PASS (pass_ipa_type_escape);
   NEXT_PASS (pass_ipa_pta);
   NEXT_PASS (pass_ipa_struct_reorg);