Update the polygen grammer to reflect that zext and sext are no longer
authorDan Gohman <gohman@apple.com>
Mon, 30 Mar 2009 19:59:02 +0000 (19:59 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 30 Mar 2009 19:59:02 +0000 (19:59 +0000)
valid argument attributes (zeroext and signext are).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68053 91177308-0d34-0410-b5e6-96231b3b80d8

utils/llvm.grm

index 31be46d22f6d519462912d83bb00f955ea04bc16..05083bfede6a91d14d6d3bf632eafaf1ef7dc816 100644 (file)
@@ -130,9 +130,7 @@ OptCallingConv ::= + _ |
                  cc EUINT64VAL ;
 
 ParamAttr ::= zeroext
- | zext
  | signext
- | sext
  | inreg
  | sret
  | noalias