]> 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:54:30 +0000 (14:54 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Feb 2008 14:54:30 +0000 (14:54 +0000)
From-SVN: r132202

gcc/ChangeLog

index 5d140fe532eb5e09478893727a1dffb8538dd6d3..6dfc5cb205447457d988a016044cbfda87fd2e6e 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-04  Richard Guenther  <rguenther@suse.de>