diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/builtins.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 616c75a..56e7169 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/builtins.c b/gcc/builtins.c index bb1f023..851fc27 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -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. |
