Commit e7cfce71 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r158608
parent 0115e6c7
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment