commit | 9e9631dae92e9ef5d26522078225cd0e4ed43954 | [log] [tgz] |
---|---|---|
author | Nuno Lopes <nunoplopes@sapo.pt> | Fri Oct 03 15:45:58 2008 +0000 |
committer | Nuno Lopes <nunoplopes@sapo.pt> | Fri Oct 03 15:45:58 2008 +0000 |
tree | f288b36e9d7d7272857e1323881bb7984f932adb | |
parent | d735b8019b0f297d7c14b55adcd887af24d8e602 [diff] [blame] |
regenerate with bison 2.3 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57007 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/llvmAsmParser.y.cvs b/lib/AsmParser/llvmAsmParser.y.cvs index f5d5c79..1a84584 100644 --- a/lib/AsmParser/llvmAsmParser.y.cvs +++ b/lib/AsmParser/llvmAsmParser.y.cvs
@@ -2420,6 +2420,7 @@ InsertValue(Fn, CurModule.Values); } + ID.destroy(); CurFun.FunctionStart(Fn); if (CurFun.isDeclare) {