Delete MachineCodeInfoForMethod object.

llvm-svn: 956
This commit is contained in:
Vikram S. Adve 2001-10-22 22:32:11 +00:00
parent 100884edad
commit 0009da41c6
1 changed files with 2 additions and 0 deletions

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