From: Uros Bizjak Date: Sun, 23 Aug 2009 12:45:45 +0000 (+0200) Subject: * config/i386/i386.md (*sibcall_value_pop_1): Fix typo. X-Git-Tag: releases/gcc-4.5.0~3887 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ae58d47d419ffabbd00c314e969dfac0ac72ae;p=thirdparty%2Fgcc.git * config/i386/i386.md (*sibcall_value_pop_1): Fix typo. From-SVN: r151031 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 0735d5e9b89d..b580160ba835 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")))]