diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-24 15:13:53 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-24 15:13:53 +0000 |
commit | 60284f2b82a5b6d94fe775a047ca499af0ff7366 (patch) | |
tree | 000633a1cb7a8310bb6a2988831d24345bfa531e /gcc/hooks.h | |
parent | c30738d003135da1d840a019006667f7fa4bbc5c (diff) | |
download | gcc-60284f2b82a5b6d94fe775a047ca499af0ff7366.tar.gz |
2004-09-24 Paolo Bonzini <bonzini@gnu.org>
* hooks.c (hook_tree_tree_bool_null): New.
* hooks.h (hook_tree_tree_bool_null): Declare it.
* target-def.c (TARGET_FOLD_BUILTIN): Point to it.
* targhooks.c (default_fold_builtin): Remove.
* targhooks.h (default_fold_builtin): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88040 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r-- | gcc/hooks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h index 8eef06f3bca..4f7f08c0c1c 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -64,4 +64,5 @@ extern rtx hook_rtx_rtx_null (rtx); extern rtx hook_rtx_tree_int_null (tree, int); extern tree hook_tree_tree_identity (tree a); extern const char *hook_constcharptr_tree_null (tree); +extern tree hook_tree_tree_bool_null (tree, bool); #endif |