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 07dcde8ba2
commit 7d470c14cf

View File

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