mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
Regenerate.
llvm-svn: 54900
This commit is contained in:
parent
2cc861a6c1
commit
8409ec74bc
File diff suppressed because it is too large
Load Diff
@ -356,7 +356,7 @@
|
||||
|
||||
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
||||
typedef union YYSTYPE
|
||||
#line 967 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
|
||||
#line 967 "/Users/malichus/Source/LLVM/src/svn/llvm/lib/AsmParser/llvmAsmParser.y"
|
||||
{
|
||||
llvm::Module *ModuleVal;
|
||||
llvm::Function *FunctionVal;
|
||||
|
@ -2393,7 +2393,7 @@ FunctionHeaderH : OptCallingConv ResultTypes GlobalName '(' ArgList ')'
|
||||
delete $8;
|
||||
}
|
||||
if ($10) {
|
||||
Fn->setCollector($10->c_str());
|
||||
Fn->setGC($10->c_str());
|
||||
delete $10;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user