regenerate with bison 2.3
[oota-llvm.git] / lib / AsmParser / llvmAsmParser.y.cvs
index f5d5c79a15ba041c4486a919a8b9f9d859f6e8f8..1a8458409b43116af902e8c04694bae4880f9a61 100644 (file)
@@ -2420,6 +2420,7 @@ FunctionHeaderH : OptCallingConv OptRetAttrs ResultTypes GlobalName '(' ArgList
     InsertValue(Fn, CurModule.Values);
   }
 
+  ID.destroy();
   CurFun.FunctionStart(Fn);
 
   if (CurFun.isDeclare) {