projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee6f117
)
* ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.
author
Jan Hubicka
<jh@suse.cz>
Tue, 14 Jun 2011 12:51:55 +0000
(14:51 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Tue, 14 Jun 2011 12:51:55 +0000
(12:51 +0000)
From-SVN: r175016
gcc/ChangeLog
patch
|
blob
|
history
gcc/ipa-cp.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index c1f7568d541286a2376a59579f560a2c64428e13..5fdd01eb7a62e64692bb2f3922960cb3e8c0a29a 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/ipa-cp.c
b/gcc/ipa-cp.c
index ec0c83af3c1ca420539be1b10971e2c1cc9ce51e..e9529552d16ef2fa77f82f0e78b886631123d0f6 100644
(file)
--- a/
gcc/ipa-cp.c
+++ b/
gcc/ipa-cp.c
@@
-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)