From: David Edelsohn Date: Sat, 24 Nov 2001 03:30:33 +0000 (-0500) Subject: * Fix typo in cmptf pattern. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7a4130eeb81963061c64571bda9a5d8fe4a6235;p=gcc.git * Fix typo in cmptf pattern. From-SVN: r47297 --- diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 0af89e663b1..3cb1e2d3ef3 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -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" "