Commit dcfd8753 by Uros Bizjak

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
parent 57fcac16
...@@ -14577,10 +14577,7 @@ ...@@ -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;
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment