Commit db09b5b6 by Andreas Krebbel Committed by Ulrich Weigand

s390.md ("*subdf3_cc"): Replaced plus by minus.

2004-10-27  Andreas Krebbel  <krebbel1@de.ibm.com>

	* config/s390/s390.md ("*subdf3_cc"): Replaced plus by minus.

From-SVN: r89668
parent 03c79279
2004-10-27 Andreas Krebbel <krebbel1@de.ibm.com> 2004-10-27 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.md ("*subdf3_cc"): Replaced plus by minus.
2004-10-27 Andreas Krebbel <krebbel1@de.ibm.com>
patch originally created by Kelley Cook <kcook@gcc.gnu.org> patch originally created by Kelley Cook <kcook@gcc.gnu.org>
PR middle-end/14684 PR middle-end/14684
......
...@@ -4114,7 +4114,7 @@ ...@@ -4114,7 +4114,7 @@
(match_operand:DF 2 "general_operand" "f,R")) (match_operand:DF 2 "general_operand" "f,R"))
(match_operand:DF 3 "const0_operand" ""))) (match_operand:DF 3 "const0_operand" "")))
(set (match_operand:DF 0 "register_operand" "=f,f") (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" "s390_match_ccmode (insn, CCSmode) && TARGET_HARD_FLOAT && TARGET_IEEE_FLOAT"
"@ "@
sdbr\t%0,%2 sdbr\t%0,%2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment