summaryrefslogtreecommitdiff
path: root/gcc/global.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-12 01:34:39 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-12 01:34:39 +0000
commit812c747750fb39d0b30c91d608fd88045ccad643 (patch)
treed4458b79000b5cbe20f38343239527e45ecbeef5 /gcc/global.c
parenta256b0be916d6d7c14b7399f9b39c8135a972f17 (diff)
downloadgcc-812c747750fb39d0b30c91d608fd88045ccad643.tar.gz
* combine.c (record_promoted_value): Remove unused variable
`links2'. * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'. * global.c (record_conflicts): Likewise for `j'. * genoutput.c (output_insn_data): Don't unnecessarily cast away const-ness. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30870 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c
index d9878d79c45..c46c2970e45 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -1352,7 +1352,6 @@ record_conflicts (allocno_vec, len)
register int len;
{
register int num;
- register int j;
register int ialloc_prod;
while (--len >= 0)