Commit f6176c64 by Richard Kenner

(casesi_worker): Change constraint from = to +.

From-SVN: r10548
parent f6ab52f8
......@@ -1572,7 +1572,7 @@
[(set (reg:SI 0)
(plus:SI (reg:SI 0)
(mem:HI (plus:SI (reg:SI 0)
(match_operand:SI 0 "arith_reg_operand" "=r")))))
(match_operand:SI 0 "arith_reg_operand" "+r")))))
(set (match_dup 0) (mem:HI (plus:SI (reg:SI 0)
(match_dup 0))))]
""
......
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