(load sf with update): Fix RTL typo.

From-SVN: r8094
This commit is contained in:
Richard Kenner 1994-09-19 20:25:22 -04:00
parent 2314fb7008
commit df8b713c8c

View File

@ -4391,7 +4391,7 @@
(define_insn ""
[(set (match_operand:SF 3 "gpc_reg_operand" "=f,f")
(mem:SI (plus:SI (match_operand:SI 1 "gpc_reg_operand" "0,0")
(mem:SF (plus:SI (match_operand:SI 1 "gpc_reg_operand" "0,0")
(match_operand:SI 2 "reg_or_short_operand" "r,I"))))
(set (match_operand:SI 0 "gpc_reg_operand" "=b,b")
(plus:SI (match_dup 1) (match_dup 2)))]