diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-28 22:01:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-28 22:01:54 +0000 |
commit | b79de014cce72ba5f346d560ec5ed8828913513e (patch) | |
tree | 14e729b9052c1fe3a5ad3d88c1cff04aae55b131 /gcc/expr.h | |
parent | 3d538baeb51b697b4e68b74037bae1489249ae98 (diff) | |
download | gcc-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |