diff options
author | Roger Sayle <roger@eyesopen.com> | 2005-01-24 02:28:15 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2005-01-24 02:28:15 +0000 |
commit | 0d282692562a8bb12b6bc3729c1df70b401d1e04 (patch) | |
tree | b3833928ae70e9cb178a394429459c20d718c72f /gcc/rtl.h | |
parent | 29105d25095547099cb277f6e3a82d8f095a65fc (diff) | |
download | gcc-0d282692562a8bb12b6bc3729c1df70b401d1e04.zip gcc-0d282692562a8bb12b6bc3729c1df70b401d1e04.tar.gz gcc-0d282692562a8bb12b6bc3729c1df70b401d1e04.tar.bz2 |
expmed.c (expand_mult_highpart): Make static.
* 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.
From-SVN: r94139
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |