aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/tilegx/tilegx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/tilegx/tilegx.h')
-rw-r--r--gcc/config/tilegx/tilegx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/tilegx/tilegx.h b/gcc/config/tilegx/tilegx.h
index 2cedd42..55fd89a 100644
--- a/gcc/config/tilegx/tilegx.h
+++ b/gcc/config/tilegx/tilegx.h
@@ -378,11 +378,6 @@ enum reg_class
#define SHORT_IMMEDIATES_SIGN_EXTEND 1
-/* We represent all SI values as sign-extended DI values in
- registers. */
-#define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) \
- ((INPREC) <= 32 || (OUTPREC) > 32)
-
#define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) ((VALUE) = 64, 1)
#define CTZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) ((VALUE) = 64, 1)