Move fold_builtin declaration to proper header
From-SVN: r37225
This commit is contained in:
parent
72eb4729f6
commit
94e9dc136e
3 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-11-01 Bernd Schmidt <bernds@redhat.co.uk>
|
||||
|
||||
* expr.h (fold_builtin): Move declaration...
|
||||
* tree.h (fold_builtin): ... here.
|
||||
|
||||
Fri Nov 3 05:41:07 2000 J"orn Rennecke <amylaar@redhat.com>
|
||||
|
||||
* flow.c (verify_local_live_at_start): Allow hard regs to die.
|
||||
|
|
|
@ -918,7 +918,6 @@ extern rtx gen_cond_trap PARAMS ((enum rtx_code, rtx, rtx, rtx));
|
|||
/* Functions from builtins.c: */
|
||||
#ifdef TREE_CODE
|
||||
extern rtx expand_builtin PARAMS ((tree, rtx, rtx, enum machine_mode, int));
|
||||
extern tree fold_builtin PARAMS ((tree));
|
||||
extern tree expand_tree_builtin PARAMS ((tree, tree, tree));
|
||||
extern void std_expand_builtin_va_start PARAMS ((int, tree, rtx));
|
||||
extern rtx std_expand_builtin_va_arg PARAMS ((tree, tree));
|
||||
|
|
|
@ -2550,6 +2550,7 @@ extern tree invert_truthvalue PARAMS ((tree));
|
|||
change. Required by any language that supports variadic arguments. */
|
||||
|
||||
extern tree (*lang_type_promotes_to) PARAMS ((tree));
|
||||
extern tree fold_builtin PARAMS ((tree));
|
||||
|
||||
/* The language front-end must define these functions. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue