diff options
-rw-r--r-- | gcc/config/vax/vax.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index 54d83dc..57408a5 100644 --- a/gcc/config/vax/vax.c +++ b/gcc/config/vax/vax.c @@ -2082,7 +2082,6 @@ vax_expand_addsub_di_operands (rtx * operands, enum rtx_code code) { if (code == MINUS && CONSTANT_P (operands[1])) { - temp = gen_reg_rtx (DImode); emit_insn (gen_sbcdi3 (operands[0], const0_rtx, operands[2])); code = PLUS; gen_insn = gen_adcdi3; |