From: hubicka Date: Wed, 21 Apr 2010 14:39:33 +0000 (+0000) Subject: * opts.c (decode_options): Enable pure-const pass for whopr. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f855a9b7ef29819b5a8ca64d0cbf4facce909c80;p=thirdparty%2Fgcc.git * opts.c (decode_options): Enable pure-const pass for whopr. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158608 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2209030fb721..1fe4172587a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-04-21 Jan Hubicka + + * opts.c (decode_options): Enable pure-const pass for whopr. + 2010-04-21 Jan Hubicka * cgraph.c (dump_cgraph_node): Dump also assembler name. diff --git a/gcc/opts.c b/gcc/opts.c index 0e86ab065d74..ce45e1cb0d5d 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -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;