diff options
Diffstat (limited to 'gcc/expmed.c')
-rwxr-xr-x | gcc/expmed.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index d655cd1..6479be6 100755 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -771,7 +771,6 @@ extract_bit_field (str_rtx, bitsize, bitnum, unsignedp, tmode = mode; while (GET_CODE (op0) == SUBREG) { - int outer_size = GET_MODE_BITSIZE (GET_MODE (op0)); int inner_size = GET_MODE_BITSIZE (GET_MODE (SUBREG_REG (op0))); offset += SUBREG_WORD (op0); |