mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
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:
parent
3228abe8f9
commit
d480ac6f97
@ -130,9 +130,7 @@ OptCallingConv ::= + _ |
|
||||
cc EUINT64VAL ;
|
||||
|
||||
ParamAttr ::= zeroext
|
||||
| zext
|
||||
| signext
|
||||
| sext
|
||||
| inreg
|
||||
| sret
|
||||
| noalias
|
||||
|
Loading…
x
Reference in New Issue
Block a user