summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/TableGen/TGLexer.h')
-rw-r--r--llvm/utils/TableGen/TGLexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/TGLexer.h b/llvm/utils/TableGen/TGLexer.h
index 679020880dd..835f351d3d0 100644
--- a/llvm/utils/TableGen/TGLexer.h
+++ b/llvm/utils/TableGen/TGLexer.h
@@ -45,7 +45,7 @@ namespace tgtok {
// !keywords.
XConcat, XSRA, XSRL, XSHL, XStrConcat, XNameConcat, XCast, XSubst,
- XForEach, XCar, XCdr, XNull, XIf,
+ XForEach, XCar, XCdr, XNull, XIf, XEq,
// Integer value.
IntVal,
OpenPOWER on IntegriCloud