do not need to restore HashPreds
This commit is contained in:
parent
7fda0bf07f
commit
d474437edc
17
C/agc.c
17
C/agc.c
@ -195,23 +195,6 @@ AtomAdjust(Atom a)
|
||||
static void
|
||||
RestoreHashPreds( USES_REGS1 )
|
||||
{
|
||||
UInt i;
|
||||
|
||||
for (i = 0; i < PredHashTableSize; i++) {
|
||||
PredEntry *p = PredHash[i];
|
||||
|
||||
if (p)
|
||||
p = PredEntryAdjust(p);
|
||||
while (p) {
|
||||
Prop nextp;
|
||||
|
||||
if (p->NextOfPE)
|
||||
p->NextOfPE = PropAdjust(p->NextOfPE);
|
||||
nextp = p->NextOfPE;
|
||||
CleanCode(p PASS_REGS);
|
||||
p = RepPredProp(nextp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user