diff options
author | David Greene <greened@obbligato.org> | 2011-10-05 22:42:35 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2011-10-05 22:42:35 +0000 |
commit | b9c29eaa3d2c39ce549c4bb2849a4d901acc8368 (patch) | |
tree | 6262d6868b4a0c6d3b8f7e4f90286b2f50f12595 /lib/TableGen/TGLexer.h | |
parent | bda579b8bab763f0b741c5775350cda09a394115 (diff) |
Lexer Support for Multidefs
Add keyword support for multidefs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141231 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/TableGen/TGLexer.h')
-rw-r--r-- | lib/TableGen/TGLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TableGen/TGLexer.h b/lib/TableGen/TGLexer.h index 84d328b12d..7e222875aa 100644 --- a/lib/TableGen/TGLexer.h +++ b/lib/TableGen/TGLexer.h @@ -41,7 +41,7 @@ namespace tgtok { equal, question, // = ? // Keywords. - Bit, Bits, Class, Code, Dag, Def, Defm, Field, In, Int, Let, List, + Bit, Bits, Class, Code, Dag, Def, MultiDef, Defm, Field, In, Int, Let, List, MultiClass, String, // !keywords. |