OSDN Git Service

* builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Jan 2003 10:11:05 +0000 (10:11 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Jan 2003 10:11:05 +0000 (10:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61761 138bc75d-0d04-0410-961f-82ee72b054a4

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.