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

From-SVN: r175016
This commit is contained in:
Jan Hubicka 2011-06-14 14:51:55 +02:00 committed by Jan Hubicka
parent ee6f1177c2
commit f835f0a785
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -836,7 +836,7 @@ ipcp_iterate_stage (void)
/* Some lattices have changed from IPA_TOP to IPA_BOTTOM.
This change should be propagated. */
{
/*gcc_assert (n_cloning_candidates);*/
gcc_assert (n_cloning_candidates);
ipcp_propagate_stage ();
}
if (dump_file)