From e7a4130eeb81963061c64571bda9a5d8fe4a6235 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 23 Nov 2001 22:30:33 -0500 Subject: [PATCH] * Fix typo in cmptf pattern. From-SVN: r47297 --- gcc/config/rs6000/rs6000.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" " -- 2.30.2