summaryrefslogtreecommitdiffstats
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-28 22:01:54 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-28 22:01:54 +0000
commitc601036e96a6fea9556d107c804944822d2bebce (patch)
tree14e729b9052c1fe3a5ad3d88c1cff04aae55b131 /gcc/expr.h
parent2928e077453fa27de3ca0d12ebc358a27c6078aa (diff)
downloadppe42-gcc-c601036e96a6fea9556d107c804944822d2bebce.tar.gz
ppe42-gcc-c601036e96a6fea9556d107c804944822d2bebce.zip
* expmed.c (const_mult_add_overflow_p): Remove.
* expr.h: Remove the prototype for const_mult_add_overflow_p. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110334 138bc75d-0d04-0410-961f-82ee72b054a4
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 ef4238787b6..6d09644a048 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);
OpenPOWER on IntegriCloud