1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Regenerate.

llvm-svn: 40634
This commit is contained in:
Reid Spencer 2007-07-31 14:41:17 +00:00
parent 4d35935f55
commit 037c4a8a1d
2 changed files with 973 additions and 973 deletions

File diff suppressed because it is too large Load Diff

View File

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