aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 918ff4b..ff20e5a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,7 @@
2008-02-08 Steven Bosscher <stevenb.gcc@gmail.com>
PR middle-end/34627
- combine.c (simplify_if_then_else): Make sure the comparison is
+ * combine.c (simplify_if_then_else): Make sure the comparison is
against const0_rtx when simplifying to (abs x) or (neg (abs X)).
2008-02-08 Richard Sandiford <rsandifo@nildram.co.uk>