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

From-SVN: r151031
This commit is contained in:
Uros Bizjak 2009-08-23 14:45:45 +02:00
parent fe62197bed
commit 61ae58d47d
1 changed files with 1 additions and 1 deletions

View File

@ -22105,7 +22105,7 @@
(define_insn "*sibcall_value_pop_1"
[(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 "" "")))
(set (reg:SI SP_REG) (plus:SI (reg:SI SP_REG)
(match_operand:SI 3 "immediate_operand" "i,i")))]