diff options
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index b9d3192..27f5ae4 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -1854,7 +1854,7 @@ extract_bit_field_1 (rtx str_rtx, unsigned HOST_WIDE_INT bitsize, && !reverse /* ??? We could limit the structure size to the part of OP0 that contains the field, with appropriate checks for endianness - and TRULY_NOOP_TRUNCATION. */ + and TARGET_TRULY_NOOP_TRUNCATION. */ && get_best_reg_extraction_insn (&extv, pattern, GET_MODE_BITSIZE (op0_mode.require ()), tmode)) @@ -2233,7 +2233,7 @@ extract_split_bit_field (rtx op0, opt_scalar_int_mode op0_mode, a zero extension - when MODE is smaller than SRC_MODE, the extraction involves - a truncation (and is thus subject to TRULY_NOOP_TRUNCATION). + a truncation (and is thus subject to TARGET_TRULY_NOOP_TRUNCATION). In other words, this routine performs a computation, whereas the gen_lowpart* routines are conceptually lvalue or rvalue subreg |