* builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
authorJan Hubicka <jh@suse.cz>
Sat, 25 Jan 2003 10:11:05 +0000 (11:11 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 25 Jan 2003 10:11:05 +0000 (10:11 +0000)
From-SVN: r61761

gcc/ChangeLog
gcc/builtins.c

index 616c75a..56e7169 100644 (file)
@@ -1,3 +1,7 @@
+Sat Jan 25 11:10:03 CET 2003  Jan Hubicka  <jh@suse.cz>
+
+       * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
+
 2002-01-24  Stuart Hastings  <stuart@apple.com>
 
        * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
index bb1f023..851fc27 100644 (file)
@@ -157,7 +157,6 @@ static tree fold_builtin_classify_type      PARAMS ((tree));
 static tree fold_builtin_inf           PARAMS ((tree, int));
 static tree fold_builtin_nan           PARAMS ((tree, tree, int));
 static int validate_arglist            PARAMS ((tree, ...));
-static tree fold_trunc_transparent_mathfn PARAMS ((tree));
 
 /* Return the alignment in bits of EXP, a pointer valued expression.
    But don't return more than MAX_ALIGN no matter what.