From patchwork Fri Nov 13 09:58:08 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: remove duplicate sar opcode from i386 tcg code Date: Thu, 12 Nov 2009 23:58:08 -0000 From: Magnus Damm X-Patchwork-Id: 38353 Message-Id: <20091113095808.29758.87408.sendpatchset@rxone.opensource.se> To: qemu-devel@nongnu.org Cc: From: Magnus Damm Remove duplicate sar opcode from the i386 tcg code. Signed-off-by: Magnus Damm --- tcg/i386/tcg-target.c | 1 - 1 file changed, 1 deletion(-) --- 0001/tcg/i386/tcg-target.c +++ work/tcg/i386/tcg-target.c 2009-11-13 16:34:21.000000000 +0900 @@ -1147,7 +1147,6 @@ static const TCGTargetOpDef x86_op_defs[ { INDEX_op_shl_i32, { "r", "0", "ci" } }, { INDEX_op_shr_i32, { "r", "0", "ci" } }, { INDEX_op_sar_i32, { "r", "0", "ci" } }, - { INDEX_op_sar_i32, { "r", "0", "ci" } }, { INDEX_op_rotl_i32, { "r", "0", "ci" } }, { INDEX_op_rotr_i32, { "r", "0", "ci" } },