From: Magnus Damm <d...@opensource.se> Remove duplicate sar opcode from the i386 tcg code.
Signed-off-by: Magnus Damm <d...@opensource.se> --- 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" } },