]> git.ipfire.org Git - thirdparty/gcc.git/commit
expmed.c (choose_multiplier): Change interface to return the multiplier lowpart as...
authorRoger Sayle <roger@eyesopen.com>
Tue, 25 Jan 2005 14:28:55 +0000 (14:28 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 25 Jan 2005 14:28:55 +0000 (14:28 +0000)
commite71c0aa7f57c24c9071ad48ce6908cfbfa93c210
tree4059737aea01d8db0ff04ba5b2ec876e4613a6a2
parentb01150a22f04194ea7d01e66cfa85d0481d0cea4
expmed.c (choose_multiplier): Change interface to return the multiplier lowpart as an rtx instead of an...

* expmed.c (choose_multiplier): Change interface to return the
multiplier lowpart as an rtx instead of an unsigned HOST_WIDE_INT.
(expand_divmod): Update calls to choose_multiplier.

From-SVN: r94220
gcc/ChangeLog
gcc/expmed.c