mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 23:35:35 +08:00
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)
|
||||
ix86_expand_lround (operand0, operand1);
|
||||
else
|
||||
{
|
||||
operands[0] = force_reg (<SWI248x:MODE>mode, operands[0]);
|
||||
ix86_emit_i387_round (operands[0], operands[1]);
|
||||
}
|
||||
ix86_emit_i387_round (operands[0], operands[1]);
|
||||
DONE;
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user