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

valid argument attributes (zeroext and signext are).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68053 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-03-30 19:59:02 +00:00
parent 3228abe8f9
commit d480ac6f97

View File

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