tcg: remove #ifdef #endif around TCGOpcode tests
commitfba3161fd289f1282f5afce5f91c32e2575e5e8e
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 08:02:45 +0000 (21 10:02 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 22 Sep 2012 13:10:21 +0000 (22 15:10 +0200)
tree5120c3d2476a6d32a563907e878a549741226893
parentc2b0e2fea2ef7a183233d3b86c37c5d4bcb89544
tcg: remove #ifdef #endif around TCGOpcode tests

Commit 25c4d9cc changed all TCGOpcode enums to be available, so we don't
need to #ifdef #endif the one that are available only on some targets.
This makes the code easier to read.

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