Fix thinko last change.

From-SVN: r54866
This commit is contained in:
Richard Henderson 2002-06-20 16:50:13 -07:00
parent 0655301f42
commit 91ace76da1
1 changed files with 4 additions and 4 deletions

View File

@ -1532,8 +1532,8 @@
"")
(define_insn "*zero_extendsidi2_cf"
[(set (match_operand:DI 0 "nonimmediate_operand" "=r,o")
(zero_extend:DI (match_operand:SI 1 "general_operand" "ro,r")))]
[(set (match_operand:DI 0 "nonimmediate_operand" "=r,m")
(zero_extend:DI (match_operand:SI 1 "general_operand" "rm,r")))]
"TARGET_5200"
"*
{
@ -1556,8 +1556,8 @@
}")
(define_insn "*zero_extendsidi2"
[(set (match_operand:DI 0 "nonimmediate_operand" "=ro")
(zero_extend:DI (match_operand:SI 1 "general_operand" "ro")))]
[(set (match_operand:DI 0 "nonimmediate_operand" "=rm")
(zero_extend:DI (match_operand:SI 1 "general_operand" "rm")))]
"!TARGET_5200"
"*
{