mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Delete all of the CodeGenInstructions from CodeGenTarget destructor.
llvm-svn: 200906
This commit is contained in:
parent
a10bbb470e
commit
53fbc4f3ca
@ -143,6 +143,7 @@ CodeGenTarget::CodeGenTarget(RecordKeeper &records)
|
||||
}
|
||||
|
||||
CodeGenTarget::~CodeGenTarget() {
|
||||
DeleteContainerSeconds(Instructions);
|
||||
delete RegBank;
|
||||
delete SchedModels;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user