Commit 91ace76d by Richard Henderson

Fix thinko last change.

From-SVN: r54866
parent 0655301f
...@@ -1532,8 +1532,8 @@ ...@@ -1532,8 +1532,8 @@
"") "")
(define_insn "*zero_extendsidi2_cf" (define_insn "*zero_extendsidi2_cf"
[(set (match_operand:DI 0 "nonimmediate_operand" "=r,o") [(set (match_operand:DI 0 "nonimmediate_operand" "=r,m")
(zero_extend:DI (match_operand:SI 1 "general_operand" "ro,r")))] (zero_extend:DI (match_operand:SI 1 "general_operand" "rm,r")))]
"TARGET_5200" "TARGET_5200"
"* "*
{ {
...@@ -1556,8 +1556,8 @@ ...@@ -1556,8 +1556,8 @@
}") }")
(define_insn "*zero_extendsidi2" (define_insn "*zero_extendsidi2"
[(set (match_operand:DI 0 "nonimmediate_operand" "=ro") [(set (match_operand:DI 0 "nonimmediate_operand" "=rm")
(zero_extend:DI (match_operand:SI 1 "general_operand" "ro")))] (zero_extend:DI (match_operand:SI 1 "general_operand" "rm")))]
"!TARGET_5200" "!TARGET_5200"
"* "*
{ {
......
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