* config/i386/i386.md (*sibcall_value_pop_1): Fix typo.
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 23 Aug 2009 12:45:45 +0000 (14:45 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 23 Aug 2009 12:45:45 +0000 (14:45 +0200)
From-SVN: r151031

gcc/config/i386/i386.md

index 0735d5e..b580160 100644 (file)
 
 (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")))]