aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2005-01-24 02:28:15 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2005-01-24 02:28:15 +0000
commit0d282692562a8bb12b6bc3729c1df70b401d1e04 (patch)
treeb3833928ae70e9cb178a394429459c20d718c72f /gcc/rtl.h
parent29105d25095547099cb277f6e3a82d8f095a65fc (diff)
downloadgcc-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 3fe0963..9579232 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);