Delete register scavenger when done with it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34786 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2007-03-01 10:23:33 +00:00
parent c1c2de0ae7
commit a81a5ab357

View File

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