Commit f0ad121f by Ulrich Weigand Committed by Ulrich Weigand

* config/s390/s390.md ("*addsi3_sign"): Use canonical RTL.

From-SVN: r90060
parent b6ab6892
2004-11-04 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md ("*addsi3_sign"): Use canonical RTL.
2004-11-04 Eric Botcazou <ebotcazou@libertysurf.fr> 2004-11-04 Eric Botcazou <ebotcazou@libertysurf.fr>
PR other/18277 PR other/18277
......
...@@ -3655,8 +3655,8 @@ ...@@ -3655,8 +3655,8 @@
(define_insn "*addsi3_sign" (define_insn "*addsi3_sign"
[(set (match_operand:SI 0 "register_operand" "=d,d") [(set (match_operand:SI 0 "register_operand" "=d,d")
(plus:SI (match_operand:SI 1 "register_operand" "0,0") (plus:SI (sign_extend:SI (match_operand:HI 2 "memory_operand" "R,T"))
(sign_extend:SI (match_operand:HI 2 "memory_operand" "R,T")))) (match_operand:SI 1 "register_operand" "0,0")))
(clobber (reg:CC 33))] (clobber (reg:CC 33))]
"" ""
"@ "@
......
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