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

From-SVN: r151032
This commit is contained in:
Uros Bizjak 2009-08-23 14:47:57 +02:00
parent bfed70ad5c
commit ecfca7d10c
1 changed files with 1 additions and 1 deletions

View File

@ -21482,7 +21482,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")))]