summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-04 19:44:17 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-04 19:44:17 +0000
commitf0aa697e291d7fdf8272ddd77fe129818225e8ee (patch)
tree3427286e5232543b7832ed559ed98f99bcf7ceb1 /gcc/expr.h
parentcd6ebd54060bd8d07afb27ecfcadfc1b7028f749 (diff)
downloadgcc-f0aa697e291d7fdf8272ddd77fe129818225e8ee.tar.gz
* expmed.c (expand_mult_add): Remove.
* expr.h: Remove the prototype for expand_mult_add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111712 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 3188e947461..c3e0b92e082 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -731,7 +731,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 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);
extern rtx assemble_static_space (unsigned HOST_WIDE_INT);