(reload): Delete unused variable inc_groups.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 11 Jan 1993 22:41:43 +0000 (14:41 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 11 Jan 1993 22:41:43 +0000 (14:41 -0800)
From-SVN: r3197

gcc/reload1.c

index 75bbb50f0afe4d27f855e19c1fbc20eff3e7219a..d005ebe728fd173f34ba94add1f7e0c2e2731c09 100644 (file)
@@ -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++)