mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 02:58:10 +00:00
Regenerated files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47402 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d1433c6fc
commit
172f3118d8
File diff suppressed because it is too large
Load Diff
@ -344,7 +344,7 @@
|
||||
|
||||
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
||||
typedef union YYSTYPE
|
||||
#line 952 "/Volumes/Nanpura/w/llvm/lib/AsmParser/llvmAsmParser.y"
|
||||
#line 952 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/llvmAsmParser.y"
|
||||
{
|
||||
llvm::Module *ModuleVal;
|
||||
llvm::Function *FunctionVal;
|
||||
|
@ -1233,6 +1233,7 @@ ParamAttr : ZEROEXT { $$ = ParamAttr::ZExt; }
|
||||
| NOALIAS { $$ = ParamAttr::NoAlias; }
|
||||
| BYVAL { $$ = ParamAttr::ByVal; }
|
||||
| NEST { $$ = ParamAttr::Nest; }
|
||||
| ALIGN EUINT64VAL { $$ = $2 << 16; }
|
||||
;
|
||||
|
||||
OptParamAttrs : /* empty */ { $$ = ParamAttr::None; }
|
||||
|
Loading…
Reference in New Issue
Block a user