Commit df8b713c by Richard Kenner

(load sf with update): Fix RTL typo.

From-SVN: r8094
parent 2314fb70
...@@ -4391,7 +4391,7 @@ ...@@ -4391,7 +4391,7 @@
(define_insn "" (define_insn ""
[(set (match_operand:SF 3 "gpc_reg_operand" "=f,f") [(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")))) (match_operand:SI 2 "reg_or_short_operand" "r,I"))))
(set (match_operand:SI 0 "gpc_reg_operand" "=b,b") (set (match_operand:SI 0 "gpc_reg_operand" "=b,b")
(plus:SI (match_dup 1) (match_dup 2)))] (plus:SI (match_dup 1) (match_dup 2)))]
......
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