From: John David Anglin Date: Sat, 9 Feb 2008 14:54:30 +0000 (+0000) Subject: Add missing '*' to log entry. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a82de3ab836d6b90c185d3abcca17c15766628;p=thirdparty%2Fgcc.git Add missing '*' to log entry. From-SVN: r132202 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d140fe532eb..6dfc5cb20544 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-02-04 Richard Guenther