From 1847ea4d9f7d3e7e33764a1fea399d66e528c8e2 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Tue, 30 Sep 2008 13:14:48 +0000 Subject: rs6000.md (fnmadds combiner): Revert typo. 2008-09-30 Andrew Pinski * config/rs6000/rs6000.md (fnmadds combiner): Revert typo. From-SVN: r140785 --- gcc/config/rs6000/rs6000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/rs6000') diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index f688443..9a4faa5 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -5293,7 +5293,7 @@ (match_operand:SF 2 "gpc_reg_operand" "f")) (match_operand:SF 3 "gpc_reg_operand" "f"))))] "TARGET_POWERPC && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_FUSED_MADD - && TARGET_SINGLE_FLOAT && ! HONOR_SIGNED_ZEROS (SFmode)" + && TARGET_SINGLE_FLOAT && HONOR_SIGNED_ZEROS (SFmode)" "fnmadds %0,%1,%2,%3" [(set_attr "type" "fp")]) -- cgit v1.1