]> git.ipfire.org Git - thirdparty/gcc.git/commit
expmed.c (expand_mult_highpart): Make static.
authorRoger Sayle <roger@eyesopen.com>
Mon, 24 Jan 2005 02:28:15 +0000 (02:28 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 24 Jan 2005 02:28:15 +0000 (02:28 +0000)
commit0d282692562a8bb12b6bc3729c1df70b401d1e04
treeb3833928ae70e9cb178a394429459c20d718c72f
parent29105d25095547099cb277f6e3a82d8f095a65fc
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
gcc/ChangeLog
gcc/expmed.c
gcc/rtl.h