From db09b5b61bf12f4ca99ab11461f87c6dc9506e25 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Wed, 27 Oct 2004 13:41:18 +0000 Subject: [PATCH] s390.md ("*subdf3_cc"): Replaced plus by minus. 2004-10-27 Andreas Krebbel * config/s390/s390.md ("*subdf3_cc"): Replaced plus by minus. From-SVN: r89668 --- gcc/ChangeLog | 4 ++++ gcc/config/s390/s390.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7311895..d86782b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,8 @@ 2004-10-27 Andreas Krebbel + + * config/s390/s390.md ("*subdf3_cc"): Replaced plus by minus. + +2004-10-27 Andreas Krebbel patch originally created by Kelley Cook PR middle-end/14684 diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index e1e3693..6c29917 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -4114,7 +4114,7 @@ (match_operand:DF 2 "general_operand" "f,R")) (match_operand:DF 3 "const0_operand" ""))) (set (match_operand:DF 0 "register_operand" "=f,f") - (plus:DF (match_dup 1) (match_dup 2)))] + (minus:DF (match_dup 1) (match_dup 2)))] "s390_match_ccmode (insn, CCSmode) && TARGET_HARD_FLOAT && TARGET_IEEE_FLOAT" "@ sdbr\t%0,%2 -- 2.7.4