aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2007-07-16 19:58:45 +0000
committerUros Bizjak <uros@gcc.gnu.org>2007-07-16 21:58:45 +0200
commitfd95ee7ca0a96acef25efefe3cd5eb08cc4325d4 (patch)
tree158f7b814369e53cd38a8463ab92f08668d46f2a /gcc/ChangeLog
parent19b493f7145a2e096936cd9e0a6d41beb1fc2924 (diff)
downloadgcc-fd95ee7ca0a96acef25efefe3cd5eb08cc4325d4.zip
gcc-fd95ee7ca0a96acef25efefe3cd5eb08cc4325d4.tar.gz
gcc-fd95ee7ca0a96acef25efefe3cd5eb08cc4325d4.tar.bz2
tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond" before forcing it to gimple operand.
* tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond" before forcing it to gimple operand. Co-Authored-By: Uros Bizjak <ubizjak@gmail.com> From-SVN: r126692
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2d99d1f..ab57f35 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-16 Richard Guenther <rguenther@suse.de>
+ Uros Bizjak <ubizjak@gmail.com>
+
+ * tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond"
+ before forcing it to gimple operand.
+
2007-07-16 Sandra Loosemore <sandra@codesourcery.com>
David Ung <davidu@mips.com>