mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-21 11:11:42 +00:00
regenerate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57577 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2bd650fdf
commit
8a5f34776e
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user