From: Dan Gohman Date: Mon, 30 Mar 2009 19:59:02 +0000 (+0000) Subject: Update the polygen grammer to reflect that zext and sext are no longer X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d480ac6f971b7c56e322a40dac13f65f04bd5888;p=oota-llvm.git 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 --- diff --git a/utils/llvm.grm b/utils/llvm.grm index 31be46d22f6..05083bfede6 100644 --- a/utils/llvm.grm +++ b/utils/llvm.grm @@ -130,9 +130,7 @@ OptCallingConv ::= + _ | cc EUINT64VAL ; ParamAttr ::= zeroext - | zext | signext - | sext | inreg | sret | noalias