aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-01-11 14:41:43 -0800
committerJim Wilson <wilson@gcc.gnu.org>1993-01-11 14:41:43 -0800
commit2a72bac75f89b02afac3ebf7c5615530f30d6146 (patch)
tree15feba0ad7e18763db58524ac4859abb037a0544 /gcc
parent26c5587d43c1379f05908779d9f066cde38579e3 (diff)
downloadgcc-2a72bac75f89b02afac3ebf7c5615530f30d6146.zip
gcc-2a72bac75f89b02afac3ebf7c5615530f30d6146.tar.gz
gcc-2a72bac75f89b02afac3ebf7c5615530f30d6146.tar.bz2
(reload): Delete unused variable inc_groups.
From-SVN: r3197
Diffstat (limited to 'gcc')
-rw-r--r--gcc/reload1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index 75bbb50..d005ebe 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++)