diff options
author | Richard Henderson <rth@twiddle.net> | 2013-03-26 16:39:50 -0400 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-04-05 13:35:40 -0500 |
commit | a01fc30da4d4b6f16889429518eeefe382bc4d42 (patch) | |
tree | dc3a724b6e43beae25e386179cf2c3d1a1f7dad2 /tcg/s390/tcg-target.h | |
parent | a4924e8bb533fb537d82a463b6465d80adaea0f5 (diff) |
tcg-s390: Remove useless preprocessor conditions
We only support 64-bit code generation for s390x.
Don't clutter the code with ifdefs that suggest otherwise.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/s390/tcg-target.h')
-rw-r--r-- | tcg/s390/tcg-target.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/s390/tcg-target.h b/tcg/s390/tcg-target.h index c6d9e848a6..0929d550a2 100644 --- a/tcg/s390/tcg-target.h +++ b/tcg/s390/tcg-target.h @@ -70,7 +70,6 @@ typedef enum TCGReg { #define TCG_TARGET_HAS_mulu2_i32 0 #define TCG_TARGET_HAS_muls2_i32 0 -#if TCG_TARGET_REG_BITS == 64 #define TCG_TARGET_HAS_div2_i64 1 #define TCG_TARGET_HAS_rot_i64 1 #define TCG_TARGET_HAS_ext8s_i64 1 @@ -95,7 +94,6 @@ typedef enum TCGReg { #define TCG_TARGET_HAS_sub2_i64 0 #define TCG_TARGET_HAS_mulu2_i64 0 #define TCG_TARGET_HAS_muls2_i64 0 -#endif /* used for function call generation */ #define TCG_REG_CALL_STACK TCG_REG_R15 |