]> 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: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 918ff4b802686aa133838261b39b0f0dbd856367..ff20e5af1074051ea3c1e1b9faef6f26c2b048fe 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>