* config/i386/i386.md (absneg fp_reg splitter): Fix operator mode.
From-SVN: r272134
This commit is contained in:
parent
e898243c23
commit
4f59794ba6
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user