diff options
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 1a1bdf7..49b1faa 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -1089,7 +1089,7 @@ extract_bit_field (rtx str_rtx, unsigned HOST_WIDE_INT bitsize, } /* If we have an out-of-bounds access to a register, just return an - uninitialised register of the required mode. This can occur if the + uninitialized register of the required mode. This can occur if the source code contains an out-of-bounds access to a small array. */ if (REG_P (op0) && bitnum >= GET_MODE_BITSIZE (GET_MODE (op0))) return gen_reg_rtx (tmode); |