* 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 0af89e663b1c3886eb3f6633c7da4e53e6c02032..3cb1e2d3ef31394dc04c802065418ef0d5b8e086 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"
   "