aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-01-28 22:01:54 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-01-28 22:01:54 +0000
commitb79de014cce72ba5f346d560ec5ed8828913513e (patch)
tree14e729b9052c1fe3a5ad3d88c1cff04aae55b131 /gcc/expr.h
parent3d538baeb51b697b4e68b74037bae1489249ae98 (diff)
downloadgcc-b79de014cce72ba5f346d560ec5ed8828913513e.zip
gcc-b79de014cce72ba5f346d560ec5ed8828913513e.tar.gz
gcc-b79de014cce72ba5f346d560ec5ed8828913513e.tar.bz2
expmed.c (const_mult_add_overflow_p): Remove.
* expmed.c (const_mult_add_overflow_p): Remove. * expr.h: Remove the prototype for const_mult_add_overflow_p. From-SVN: r110334
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index ef42387..6d09644 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -722,7 +722,6 @@ extern rtx extract_bit_field (rtx, unsigned HOST_WIDE_INT,
unsigned HOST_WIDE_INT, int, rtx,
enum machine_mode, enum machine_mode);
extern rtx expand_mult (enum machine_mode, rtx, rtx, rtx, int);
-extern bool const_mult_add_overflow_p (rtx, rtx, rtx, enum machine_mode, int);
extern rtx expand_mult_add (rtx, rtx, rtx, rtx,enum machine_mode, int);
extern rtx expand_mult_highpart_adjust (enum machine_mode, rtx, rtx, rtx, rtx, int);