Commit 61ae58d4 by Uros Bizjak

* config/i386/i386.md (*sibcall_value_pop_1): Fix typo.

From-SVN: r151031
parent fe62197b
...@@ -22105,7 +22105,7 @@ ...@@ -22105,7 +22105,7 @@
(define_insn "*sibcall_value_pop_1" (define_insn "*sibcall_value_pop_1"
[(set (match_operand 0 "" "") [(set (match_operand 0 "" "")
(call (mem:QI (match_operand:SI 1 "call_insn_operand" "s,U")) (call (mem:QI (match_operand:SI 1 "sibcall_insn_operand" "s,U"))
(match_operand:SI 2 "" ""))) (match_operand:SI 2 "" "")))
(set (reg:SI SP_REG) (plus:SI (reg:SI SP_REG) (set (reg:SI SP_REG) (plus:SI (reg:SI SP_REG)
(match_operand:SI 3 "immediate_operand" "i,i")))] (match_operand:SI 3 "immediate_operand" "i,i")))]
......
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