mirror of git://gcc.gnu.org/git/gcc.git
i386.md (lround<X87MODEF:mode><SWI248x:mode>2): Do not force operands[0] into a register.
* config/i386/i386.md (lround<X87MODEF:mode><SWI248x:mode>2): Do not force operands[0] into a register. From-SVN: r177611
This commit is contained in:
parent
57fcac164e
commit
dcfd875366
|
|
@ -14577,10 +14577,7 @@
|
||||||
&& !flag_trapping_math && !flag_rounding_math)
|
&& !flag_trapping_math && !flag_rounding_math)
|
||||||
ix86_expand_lround (operand0, operand1);
|
ix86_expand_lround (operand0, operand1);
|
||||||
else
|
else
|
||||||
{
|
ix86_emit_i387_round (operands[0], operands[1]);
|
||||||
operands[0] = force_reg (<SWI248x:MODE>mode, operands[0]);
|
|
||||||
ix86_emit_i387_round (operands[0], operands[1]);
|
|
||||||
}
|
|
||||||
DONE;
|
DONE;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue