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 <roger@eyesopen.com>2005-01-24 02:28:15 +0000
commitb1c9fc060adb77f37ae13f317f85b838b31069f0 (patch)
treeb3833928ae70e9cb178a394429459c20d718c72f /gcc/rtl.h
parent5714072db57d99318b63026bbdcd8bc424e2e7a8 (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@94139 138bc75d-0d04-0410-961f-82ee72b054a4
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 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);