forked from OSchip/llvm-project
parent
c36515c32f
commit
3c6ce06243
|
@ -182,11 +182,7 @@ InstrForest::~InstrForest()
|
|||
{
|
||||
for (hash_map<const Instruction*, InstructionNode*>:: iterator I = begin();
|
||||
I != end(); ++I)
|
||||
{
|
||||
InstructionNode* node = (*I).second;
|
||||
if (node)
|
||||
delete node;
|
||||
}
|
||||
delete (*I).second;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue