mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 17:10:38 +08:00
Fix thinko last change.
From-SVN: r54866
This commit is contained in:
parent
0655301f42
commit
91ace76da1
@ -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"
|
||||
"*
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user