mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-22 03:39:03 +00:00
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf7f45152c
commit
ee0142e4a6
File diff suppressed because it is too large
Load Diff
@ -1245,6 +1245,7 @@ FuncAttr : NORETURN { $$ = ParamAttr::NoReturn; }
|
|||||||
| NOUNWIND { $$ = ParamAttr::NoUnwind; }
|
| NOUNWIND { $$ = ParamAttr::NoUnwind; }
|
||||||
| ZEROEXT { $$ = ParamAttr::ZExt; }
|
| ZEROEXT { $$ = ParamAttr::ZExt; }
|
||||||
| SIGNEXT { $$ = ParamAttr::SExt; }
|
| SIGNEXT { $$ = ParamAttr::SExt; }
|
||||||
|
| INREG { $$ = ParamAttr::InReg; }
|
||||||
;
|
;
|
||||||
|
|
||||||
OptFuncAttrs : /* empty */ { $$ = ParamAttr::None; }
|
OptFuncAttrs : /* empty */ { $$ = ParamAttr::None; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user