aboutsummaryrefslogtreecommitdiff
path: root/gcc/hooks.h
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2007-06-16 20:52:11 +0200
committerUros Bizjak <uros@gcc.gnu.org>2007-06-16 20:52:11 +0200
commitcc2137be63a9fe19d4788f921a322d9b93410de0 (patch)
treec1464791ad2a64bbc18e95aec05c332b45c31f18 /gcc/hooks.h
parent71995ede980910b2abd7b4aa039be294abdc7a97 (diff)
downloadgcc-cc2137be63a9fe19d4788f921a322d9b93410de0.zip
gcc-cc2137be63a9fe19d4788f921a322d9b93410de0.tar.gz
gcc-cc2137be63a9fe19d4788f921a322d9b93410de0.tar.bz2
targhooks.c (default_builtin_reciprocal): New default target hook.
* 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. From-SVN: r125758
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r--gcc/hooks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h
index 15efef7..02664c1 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 **);