* config/i386/i386.md (*sibcall_value_pop_1): Fix typo.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Aug 2009 12:45:45 +0000 (12:45 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Aug 2009 12:45:45 +0000 (12:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151031 138bc75d-0d04-0410-961f-82ee72b054a4

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")))]