mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-04 06:12:18 +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 ;
|
cc EUINT64VAL ;
|
||||||
|
|
||||||
ParamAttr ::= zeroext
|
ParamAttr ::= zeroext
|
||||||
| zext
|
|
||||||
| signext
|
| signext
|
||||||
| sext
|
|
||||||
| inreg
|
| inreg
|
||||||
| sret
|
| sret
|
||||||
| noalias
|
| noalias
|
||||||
|
Loading…
x
Reference in New Issue
Block a user