aboutsummaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-05-28 21:27:29 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-05-28 21:27:29 +0000
commitcf9226fbc52d20e822580fda52851f045f78e69b (patch)
tree73e2d92e9ed9e8ff1d0e2441abc7bda53c3862b4 /gcc/targhooks.h
parentf4297ddcf95096ee434232ac8eac5ed20d3ba5c6 (diff)
downloadgcc-cf9226fbc52d20e822580fda52851f045f78e69b.zip
gcc-cf9226fbc52d20e822580fda52851f045f78e69b.tar.gz
gcc-cf9226fbc52d20e822580fda52851f045f78e69b.tar.bz2
targhooks.c (default_narrow_bitfield): Remove.
* targhooks.c (default_narrow_bitfield): Remove. * targhooks.h: Remove the prototype for default_narrow_bitfield. From-SVN: r125144
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r--gcc/targhooks.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h
index 1b9bb10..97f3eb0 100644
--- a/gcc/targhooks.h
+++ b/gcc/targhooks.h
@@ -55,8 +55,6 @@ extern bool default_decimal_float_supported_p (void);
extern const char * default_invalid_within_doloop (rtx);
-extern bool default_narrow_bitfield (void);
-
extern tree default_builtin_vectorized_function (enum built_in_function, tree, tree);
extern tree default_builtin_vectorized_conversion (enum tree_code, tree);