OSDN Git Service

* opts.c (decode_options): Enable pure-const pass for whopr.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Apr 2010 14:39:33 +0000 (14:39 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Apr 2010 14:39:33 +0000 (14:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158608 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/opts.c

index 2209030..1fe4172 100644 (file)
@@ -1,5 +1,9 @@
 2010-04-21  Jan Hubicka  <jh@suse.cz>
 
 2010-04-21  Jan Hubicka  <jh@suse.cz>
 
+       * opts.c (decode_options): Enable pure-const pass for whopr.
+
+2010-04-21  Jan Hubicka  <jh@suse.cz>
+
        * cgraph.c (dump_cgraph_node): Dump also assembler name.
        * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
        at WPA dumping.
        * cgraph.c (dump_cgraph_node): Dump also assembler name.
        * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
        at WPA dumping.
index 0e86ab0..ce45e1c 100644 (file)
@@ -1125,7 +1125,6 @@ decode_options (unsigned int argc, const char **argv)
       /* These passes are not WHOPR compatible yet.  */
       flag_ipa_cp = 0;
       flag_ipa_reference = 0;
       /* These passes are not WHOPR compatible yet.  */
       flag_ipa_cp = 0;
       flag_ipa_reference = 0;
-      flag_ipa_pure_const = 0;
       flag_ipa_type_escape = 0;
       flag_ipa_pta = 0;
       flag_ipa_struct_reorg = 0;
       flag_ipa_type_escape = 0;
       flag_ipa_pta = 0;
       flag_ipa_struct_reorg = 0;