Update the polygen grammer to reflect that zext and sext are no longer

valid argument attributes (zeroext and signext are).

llvm-svn: 68053
This commit is contained in:
Dan Gohman 2009-03-30 19:59:02 +00:00
parent ac508988a5
commit d3899dc52f
1 changed files with 0 additions and 2 deletions

View File

@ -130,9 +130,7 @@ OptCallingConv ::= + _ |
cc EUINT64VAL ;
ParamAttr ::= zeroext
| zext
| signext
| sext
| inreg
| sret
| noalias