mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Delete MachineCodeInfoForMethod object.
llvm-svn: 956
This commit is contained in:
parent
c1f107a673
commit
c7301465ef
@ -44,6 +44,8 @@ Method::~Method() {
|
||||
// Delete all of the method arguments and unlink from symbol table...
|
||||
ArgumentList.delete_all();
|
||||
ArgumentList.setParent(0);
|
||||
|
||||
delete machineCode;
|
||||
}
|
||||
|
||||
// Specialize setName to take care of symbol table majik
|
||||
|
Loading…
Reference in New Issue
Block a user