commit | 4fd89a04cb498975cbb5add4277bde3f7507b384 | [log] [tgz] |
---|---|---|
author | David Greene <greened@obbligato.org> | Thu May 14 21:22:49 2009 +0000 |
committer | David Greene <greened@obbligato.org> | Thu May 14 21:22:49 2009 +0000 |
tree | bf1ff9c77caee5b28119d5760b34a6fd530023ed | |
parent | f134280b0220930875a11ccad925f81fefe08821 [diff] [blame] |
Implement !cast. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71794 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/TGLexer.h b/utils/TableGen/TGLexer.h index 0f27308..b95ca95 100644 --- a/utils/TableGen/TGLexer.h +++ b/utils/TableGen/TGLexer.h
@@ -45,7 +45,7 @@ MultiClass, String, // !keywords. - XConcat, XSRA, XSRL, XSHL, XStrConcat, XNameConcat, //XSubst, XCast, + XConcat, XSRA, XSRL, XSHL, XStrConcat, XNameConcat, XCast, // XSubst, //XForEach, // Integer value.