aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
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 db153d5..45c0a27 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2004-12-20 Zdenek Dvorak <dvorakz@suse.cz>
+
+ PR rtl-optimization/18942
+ * simplify-rtx.c (simplify_relational_operation_1): Simplify
+ x + cst1 == cst2 to x == cst2 - cst1. Made static.
+
2004-12-20 Matt Austern <austern@apple.com>
PR c++/19044