1
0
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:
Vikram S. Adve 2001-10-22 22:32:11 +00:00
parent c1f107a673
commit c7301465ef

View File

@ -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