Regenerate.

llvm-svn: 40621
This commit is contained in:
Reid Spencer 2007-07-31 06:37:43 +00:00
parent 49820d63dc
commit 861245172c
2 changed files with 975 additions and 975 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1245,6 +1245,7 @@ FuncAttr : NORETURN { $$ = ParamAttr::NoReturn; }
| NOUNWIND { $$ = ParamAttr::NoUnwind; }
| ZEROEXT { $$ = ParamAttr::ZExt; }
| SIGNEXT { $$ = ParamAttr::SExt; }
| INREG { $$ = ParamAttr::InReg; }
;
OptFuncAttrs : /* empty */ { $$ = ParamAttr::None; }