expmed.c (expand_mult_highpart_optab): When attempting to use a non-widening multipli...
authorRoger Sayle <roger@eyesopen.com>
Fri, 28 Jan 2005 17:49:47 +0000 (17:49 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 28 Jan 2005 17:49:47 +0000 (17:49 +0000)
commit82dfb9a58fa7f797c1a9e49708fe9ed273ba4f70
tree9f7f74daa83e42167de74f75541257536cd7de0b
parent6aea8136e22b50b779c6a59e10a8b4f583513e61
expmed.c (expand_mult_highpart_optab): When attempting to use a non-widening multiplication in a wider mode...

* expmed.c (expand_mult_highpart_optab): When attempting to use
a non-widening multiplication in a wider mode, the operands need
to be converted (zero or sign extended) to that mode.

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