diff options
Diffstat (limited to 'llvm/utils/TableGen/TGLexer.h')
-rw-r--r-- | llvm/utils/TableGen/TGLexer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/TGLexer.h b/llvm/utils/TableGen/TGLexer.h index 245dd414615..734dc2651e3 100644 --- a/llvm/utils/TableGen/TGLexer.h +++ b/llvm/utils/TableGen/TGLexer.h @@ -45,8 +45,8 @@ namespace tgtok { MultiClass, String, // !keywords. - XConcat, XSRA, XSRL, XSHL, XStrConcat, - + XConcat, XSRA, XSRL, XSHL, XStrConcat, XNameConcat, + // Integer value. IntVal, |