Commit 4f59794b by Uros Bizjak

* config/i386/i386.md (absneg fp_reg splitter): Fix operator mode.

From-SVN: r272134
parent e898243c
......@@ -9598,7 +9598,7 @@
(use (match_operand 2))
(clobber (reg:CC FLAGS_REG))]
"TARGET_80387 && reload_completed"
[(set (match_dup 0) (absneg:X87MODEF (match_dup 1)))])
[(set (match_dup 0) (absneg:MODEF (match_dup 1)))])
(define_split
[(set (match_operand:MODEF 0 "general_reg_operand")
......
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