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 0fcc547ff56..e9cf9e5993d 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -153,7 +153,6 @@ plus_constant_for_output_wide (x, c) { register RTX_CODE code = GET_CODE (x); register enum machine_mode mode = GET_MODE (x); - int all_constant = 0; if (GET_CODE (x) == LO_SUM) return gen_rtx_LO_SUM (mode, XEXP (x, 0), |