Add missing '*' to log entry.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Feb 2008 14:52:30 +0000 (14:52 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Feb 2008 14:52:30 +0000 (14:52 +0000)
From-SVN: r132200

gcc/ChangeLog

index 918ff4b..ff20e5a 100644 (file)
@@ -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>