mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 04:16:45 +08:00
* Fix typo in cmptf pattern.
From-SVN: r47297
This commit is contained in:
parent
b00378457a
commit
e7a4130eeb
@ -9913,8 +9913,8 @@
|
||||
}")
|
||||
|
||||
(define_expand "cmptf"
|
||||
[(set (cc0) (compare (match_operand:DF 0 "gpc_reg_operand" "")
|
||||
(match_operand:DF 1 "gpc_reg_operand" "")))]
|
||||
[(set (cc0) (compare (match_operand:TF 0 "gpc_reg_operand" "")
|
||||
(match_operand:TF 1 "gpc_reg_operand" "")))]
|
||||
|
||||
"DEFAULT_ABI == ABI_AIX && TARGET_HARD_FLOAT && TARGET_LONG_DOUBLE_128"
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user