diff options
-rw-r--r-- | gcc/config/i386/i386.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 784de1a..1b37118 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -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; }) |