diff options
Diffstat (limited to 'gcc/machmode.h')
-rw-r--r-- | gcc/machmode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/machmode.h b/gcc/machmode.h index 46150bb..6667458 100644 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -781,8 +781,8 @@ extern scalar_int_mode ptr_mode; extern void init_adjust_machine_modes (void); #define TRULY_NOOP_TRUNCATION_MODES_P(MODE1, MODE2) \ - TRULY_NOOP_TRUNCATION (GET_MODE_PRECISION (MODE1), \ - GET_MODE_PRECISION (MODE2)) + (targetm.truly_noop_truncation (GET_MODE_PRECISION (MODE1), \ + GET_MODE_PRECISION (MODE2))) #define HWI_COMPUTABLE_MODE_P(MODE) \ (SCALAR_INT_MODE_P (MODE) \ |