mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
Delete register scavenger when done with it.
llvm-svn: 34786
This commit is contained in:
parent
07dcde8ba2
commit
7d470c14cf
@ -458,5 +458,7 @@ void PEI::replaceFrameIndices(MachineFunction &Fn) {
|
||||
if (RS) RS->forward(I);
|
||||
}
|
||||
}
|
||||
|
||||
delete RS;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user