forked from OSchip/llvm-project
parent
753163d95f
commit
41aa656635
File diff suppressed because it is too large
Load Diff
|
@ -1245,7 +1245,6 @@ FuncAttr : NORETURN { $$ = ParamAttr::NoReturn; }
|
|||
| NOUNWIND { $$ = ParamAttr::NoUnwind; }
|
||||
| ZEROEXT { $$ = ParamAttr::ZExt; }
|
||||
| SIGNEXT { $$ = ParamAttr::SExt; }
|
||||
| INREG { $$ = ParamAttr::InReg; }
|
||||
;
|
||||
|
||||
OptFuncAttrs : /* empty */ { $$ = ParamAttr::None; }
|
||||
|
|
Loading…
Reference in New Issue