expmed.c (synth_mult): Add an additional MODE argument for the machine mode of the...
authorRoger Sayle <roger@eyesopen.com>
Fri, 11 Jun 2004 21:34:23 +0000 (21:34 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 11 Jun 2004 21:34:23 +0000 (21:34 +0000)
commit41c64ac01272bd3fca0486e618bd1d1ea14a76bd
tree070bc0b8d2f8fd4ea4fb0cf75e77e2e5f4ca6a28
parent9098a3ecee26d89fec8f055810988380a4d4580a
expmed.c (synth_mult): Add an additional MODE argument for the machine mode of the multiplication.

* expmed.c (synth_mult): Add an additional MODE argument for the
machine mode of the multiplication.  Update recursive calls.  Use
mode instead of word_mode for determining operation costs.
(choose_mult_variant): Update calls to synth_mult with "mode".

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