Commit f835f0a7 by Jan Hubicka Committed by Jan Hubicka

* ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.

From-SVN: r175016
parent ee6f1177
2011-06-13 Jan Hubicka <jh@suse.cz> 2011-06-13 Jan Hubicka <jh@suse.cz>
* ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
2011-06-13 Jan Hubicka <jh@suse.cz>
* cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY * cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY
similarly to DECL_COMDAT. similarly to DECL_COMDAT.
* cgraphunit.c (cgraph_analyze_function): Likewise. * cgraphunit.c (cgraph_analyze_function): Likewise.
......
...@@ -836,7 +836,7 @@ ipcp_iterate_stage (void) ...@@ -836,7 +836,7 @@ ipcp_iterate_stage (void)
/* Some lattices have changed from IPA_TOP to IPA_BOTTOM. /* Some lattices have changed from IPA_TOP to IPA_BOTTOM.
This change should be propagated. */ This change should be propagated. */
{ {
/*gcc_assert (n_cloning_candidates);*/ gcc_assert (n_cloning_candidates);
ipcp_propagate_stage (); ipcp_propagate_stage ();
} }
if (dump_file) if (dump_file)
......
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