From 61ae58d47d419ffabbd00c314e969dfac0ac72ae Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Sun, 23 Aug 2009 14:45:45 +0200 Subject: [PATCH] * config/i386/i386.md (*sibcall_value_pop_1): Fix typo. From-SVN: r151031 --- gcc/config/i386/i386.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 0735d5e..b580160 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -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")))] -- 2.7.4