* Fix typo in cmptf pattern.
authorDavid Edelsohn <dje@gcc.gnu.org>
Sat, 24 Nov 2001 03:30:33 +0000 (22:30 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 24 Nov 2001 03:30:33 +0000 (22:30 -0500)
From-SVN: r47297

gcc/config/rs6000/rs6000.md

index 0af89e6..3cb1e2d 100644 (file)
 }")
 
 (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"
   "