From: John David Anglin Date: Sat, 9 Feb 2008 14:52:30 +0000 (+0000) Subject: Add missing '*' to log entry. X-Git-Tag: releases/gcc-4.3.0~225 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3395528c116add2192946330529e49ec6c2eb5b;p=thirdparty%2Fgcc.git Add missing '*' to log entry. From-SVN: r132200 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 918ff4b80268..ff20e5af1074 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-08 Richard Sandiford