]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
tcg/i386: cleanup useless #ifdef
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 6 Nov 2013 18:56:58 +0000 (19:56 +0100)
committerRichard Henderson <rth@twiddle.net>
Sat, 25 Jan 2014 23:21:33 +0000 (15:21 -0800)
TCG_TARGET_HAS_movcond_i32 is always defined to 1 in tcg-target.h, so
remove the corresponding #ifdef #endif sequence, left from a previous
refactoring.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/i386/tcg-target.c

index db0039a8f1480c26a5e436088578df2866b837ed..5d4cf9386e55971ef7ede4fab68f2a8f512d0cb1 100644 (file)
@@ -2026,9 +2026,7 @@ static const TCGTargetOpDef x86_op_defs[] = {
     { INDEX_op_setcond_i32, { "q", "r", "ri" } },
 
     { INDEX_op_deposit_i32, { "Q", "0", "Q" } },
-#if TCG_TARGET_HAS_movcond_i32
     { INDEX_op_movcond_i32, { "r", "r", "ri", "r", "0" } },
-#endif
 
     { INDEX_op_mulu2_i32, { "a", "d", "a", "r" } },
     { INDEX_op_muls2_i32, { "a", "d", "a", "r" } },