mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 08:51:43 +00:00
Make sure that we destroy the MBB's, with all of their instructions, before
any other data structures llvm-svn: 14524
This commit is contained in:
parent
93bf3a5985
commit
91662f48b8
@ -115,6 +115,7 @@ MachineFunction::MachineFunction(const Function *F,
|
||||
}
|
||||
|
||||
MachineFunction::~MachineFunction() {
|
||||
BasicBlocks.clear();
|
||||
delete SSARegMapping;
|
||||
delete MFInfo;
|
||||
delete FrameInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user