diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index e9cf9e5993d..faa4640d14b 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -151,7 +151,6 @@ plus_constant_for_output_wide (x, c) register rtx x; register HOST_WIDE_INT c; { - register RTX_CODE code = GET_CODE (x); register enum machine_mode mode = GET_MODE (x); if (GET_CODE (x) == LO_SUM) |