diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-16 18:52:11 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-16 18:52:11 +0000 |
commit | c3cc39c4d91982107943f0e8fec26038cf6641b8 (patch) | |
tree | c1464791ad2a64bbc18e95aec05c332b45c31f18 /gcc/hooks.h | |
parent | 7d6f49d628f8d236acbd541eb7357fe24dea8ab3 (diff) | |
download | gcc-c3cc39c4d91982107943f0e8fec26038cf6641b8.tar.gz |
* targhooks.c (default_builtin_reciprocal): New default target hook.
* targhooks.h (default_builtin_reciprocal): Add prototype.
* hooks.c (hook_tree_tree_bool_null): Remove hook.
* hooks.h (hook_tree_tree_bool_null): Remove prototype.
* target-def.h (TARGET_BUILTIN_RECIPROCAL): Define as
default_builtin_reciprocal.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r-- | gcc/hooks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h index 15efef7ef22..02664c12803 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -58,7 +58,6 @@ extern int hook_int_void_no_regs (void); extern tree hook_tree_tree_tree_null (tree, tree); extern tree hook_tree_tree_tree_tree_3rd_identity (tree, tree, tree); -extern tree hook_tree_tree_bool_null (tree, bool); extern tree hook_tree_tree_tree_bool_null (tree, tree, bool); extern unsigned hook_uint_uint_constcharptrptr_0 (unsigned, const char **); |