]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* opts.c (decode_options): Enable pure-const pass for whopr.
authorJan Hubicka <jh@suse.cz>
Wed, 21 Apr 2010 14:39:33 +0000 (16:39 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 21 Apr 2010 14:39:33 +0000 (14:39 +0000)
From-SVN: r158608

gcc/ChangeLog
gcc/opts.c

index 2209030fb7210871f6bcc48d40b4aad4be1096c4..1fe4172587a6aa614047a9c4e10cb6f377d107a9 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 0e86ab065d74dfe16c520c37fc370e96073ae71c..ce45e1cb0d5d69f2a6da75d95dbfb8e6c13467a7 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;
-      flag_ipa_pure_const = 0;
       flag_ipa_type_escape = 0;
       flag_ipa_pta = 0;
       flag_ipa_struct_reorg = 0;