From: Eric Botcazou Date: Mon, 7 Feb 2005 18:15:07 +0000 (+0000) Subject: Remove blank line. X-Git-Tag: releases/gcc-3.4.4~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09679141e6ba9e2df93e05d42bfff5474550d656;p=thirdparty%2Fgcc.git Remove blank line. From-SVN: r94708 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 07137da7db75..a152fa687b96 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,7 +5,6 @@ 2005-02-03 Richard Guenther PR middle-end/19775 - * builtins.c (fold_builtin_sqrt): Transform sqrt(pow(x,y)) to pow(fabs(x),y*0.5), not pow(x,y*0.5).