diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-03-04 19:44:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-03-04 19:44:17 +0000 |
commit | 2f8dc5bb4c14c4cd524c5f72a814fc46a4c06024 (patch) | |
tree | 3427286e5232543b7832ed559ed98f99bcf7ceb1 /gcc/expr.h | |
parent | 936a6fa78adb1daf15cae50649f1413262697dcf (diff) | |
download | gcc-2f8dc5bb4c14c4cd524c5f72a814fc46a4c06024.zip gcc-2f8dc5bb4c14c4cd524c5f72a814fc46a4c06024.tar.gz gcc-2f8dc5bb4c14c4cd524c5f72a814fc46a4c06024.tar.bz2 |
expmed.c (expand_mult_add): Remove.
* expmed.c (expand_mult_add): Remove.
* expr.h: Remove the prototype for expand_mult_add.
From-SVN: r111712
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |