Delete register scavenger when done with it.

llvm-svn: 34786
This commit is contained in:
Evan Cheng 2007-03-01 10:23:33 +00:00
parent 2c0fd3ee4c
commit 105fb1e0dd
1 changed files with 2 additions and 0 deletions

View File

@ -458,5 +458,7 @@ void PEI::replaceFrameIndices(MachineFunction &Fn) {
if (RS) RS->forward(I);
}
}
delete RS;
}