]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove blank line.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 7 Feb 2005 18:15:07 +0000 (18:15 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 7 Feb 2005 18:15:07 +0000 (18:15 +0000)
From-SVN: r94708

gcc/ChangeLog

index 07137da7db75ae030bba08ff34e1ede6c0bc6b8a..a152fa687b969defa6094994abacc2971bb60376 100644 (file)
@@ -5,7 +5,6 @@
 2005-02-03  Richard Guenther  <rguenth@gcc.gnu.org>
 
        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).