diff options
author | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-24 02:28:15 +0000 |
---|---|---|
committer | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-24 02:28:15 +0000 |
commit | 0dc8d714480f27e3e5a2f21ae04efa3b5f92f719 (patch) | |
tree | b3833928ae70e9cb178a394429459c20d718c72f /gcc/rtl.h | |
parent | f646487b1085b81668b43c6e49f400606588f991 (diff) | |
download | gcc-0dc8d714480f27e3e5a2f21ae04efa3b5f92f719.tar.gz |
* expmed.c (expand_mult_highpart): Make static. Change type of
constant multiplier argument from unsigned HOST_WIDE_INT to rtx.
(expand_divmod): Updates calls to expand_mult_highpart by using
gen_int_mode to pass a CONST_INT rtx.
* rtl.h (expand_mult_highpart): Remove prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94139 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 3fe09630105..95792327927 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2028,8 +2028,6 @@ extern void dump_flow_info (FILE *); extern void init_expmed (void); extern void expand_inc (rtx, rtx); extern void expand_dec (rtx, rtx); -extern rtx expand_mult_highpart (enum machine_mode, rtx, - unsigned HOST_WIDE_INT, rtx, int, int); /* In gcse.c */ extern bool can_copy_p (enum machine_mode); |