* opts.c (decode_options): Enable pure-const pass for whopr.

From-SVN: r158608
This commit is contained in:
Jan Hubicka 2010-04-21 16:39:33 +02:00 committed by Jan Hubicka
parent 0115e6c79b
commit e7cfce7152
2 changed files with 4 additions and 1 deletions

View 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.

View 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;