* Add entry for Linux/PowerPC
[oota-llvm.git] / lib / AsmParser / llvmAsmParser.y
index f450c8f0c55042d12cd0cbbf3831feffdc23d951..1f6b53909f06c45ed708fb50c56a7521600f2441 100644 (file)
@@ -405,7 +405,7 @@ static BasicBlock *getBBVal(const ValID &ID, bool isDefinition = false) {
     CurFun.CurrentFunction->getBasicBlockList().remove(BB);
     CurFun.CurrentFunction->getBasicBlockList().push_back(BB);
   }
-
+  ID.destroy();
   return BB;
 }