regenerate

llvm-svn: 57577
This commit is contained in:
Nuno Lopes 2008-10-15 12:05:02 +00:00
parent 99f3dc6798
commit 6cbd4430cc
3 changed files with 352 additions and 350 deletions

File diff suppressed because it is too large Load Diff

View File

@ -360,7 +360,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
#line 980 "/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
#line 981 "/cvs/llvm/lib/AsmParser/llvmAsmParser.y"
{
llvm::Module *ModuleVal;
llvm::Function *FunctionVal;

View File

@ -140,6 +140,7 @@ static struct PerModuleInfo {
GlobalValue *Ret = 0;
if (I != GlobalRefs.end()) {
Ret = I->second;
I->first.second.destroy();
GlobalRefs.erase(I);
}
return Ret;