From: Jim Wilson Date: Mon, 11 Jan 1993 22:41:43 +0000 (-0800) Subject: (reload): Delete unused variable inc_groups. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a72bac75f89b02afac3ebf7c5615530f30d6146;p=gcc.git (reload): Delete unused variable inc_groups. From-SVN: r3197 --- diff --git a/gcc/reload1.c b/gcc/reload1.c index 75bbb50f0af..d005ebe728f 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -1293,7 +1293,6 @@ reload (first, global, dumpfile) int nregs = HARD_REGNO_NREGS (regno, GET_MODE (avoid_return_reg)); int r; - int inc_groups = 0; for (r = regno; r < regno + nregs; r++) if (spill_reg_order[r] >= 0) for (i = 0; i < N_REG_CLASSES; i++)