From: John David Anglin Date: Sat, 9 Feb 2008 14:53:27 +0000 (+0000) Subject: Add missing '*' to log entry. X-Git-Tag: prereleases/gcc-4.2.4-rc1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=675bb06dd38020fab9919589f25ea609385cc57f;p=thirdparty%2Fgcc.git Add missing '*' to log entry. From-SVN: r132201 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 69b85f221ff5..70cfb01f1681 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,7 @@ 2008-02-08 Steven Bosscher 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