* optabs.c (expand_binop): For double-word integer multiplies,
commite22b1f6530014e60ade1132cfea0333d9798115a
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 May 2002 01:54:40 +0000 (22 01:54 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 May 2002 01:54:40 +0000 (22 01:54 +0000)
tree18c228fed28fb6169779a104ca3a4b452f6a015e
parentdb34a10922df4970fe8697b3fb71e02f027f1265
   * optabs.c (expand_binop): For double-word integer multiplies,
        do not compute intermediate results into something that is
        not a register (such as a SUBREG or MEM).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53718 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/optabs.c