From: Jan Hubicka Date: Wed, 21 Apr 2010 14:39:33 +0000 (+0200) Subject: * opts.c (decode_options): Enable pure-const pass for whopr. X-Git-Tag: releases/gcc-4.6.0~7738 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7cfce7152f1377ed2db53513f3b0259d8b88718;p=thirdparty%2Fgcc.git * opts.c (decode_options): Enable pure-const pass for whopr. From-SVN: r158608 --- 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;