]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing '*' to log entry.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Feb 2008 14:53:27 +0000 (14:53 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Feb 2008 14:53:27 +0000 (14:53 +0000)
From-SVN: r132201

gcc/ChangeLog

index 69b85f221ff5272227ae913a50c1ed02e1871131..70cfb01f1681408f37e31ca539c29397278bfad5 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-07-07  Richard Henderson  <rth@redhat.com>