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
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue