diff options
Diffstat (limited to 'gcc/config/tilepro')
-rw-r--r-- | gcc/config/tilepro/tilepro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/tilepro/tilepro.c b/gcc/config/tilepro/tilepro.c index ef8e24d..4f95f6c 100644 --- a/gcc/config/tilepro/tilepro.c +++ b/gcc/config/tilepro/tilepro.c @@ -1692,7 +1692,7 @@ tilepro_expand_unaligned_load (rtx dest_reg, rtx mem, HOST_WIDE_INT bitsize, extract_bit_field (gen_lowpart (SImode, wide_result), bitsize, bit_offset % BITS_PER_UNIT, !sign, gen_lowpart (SImode, dest_reg), - SImode, SImode); + SImode, SImode, false); if (extracted != dest_reg) emit_move_insn (dest_reg, gen_lowpart (SImode, extracted)); |