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 3d27e5e8edb..ac3b9840039 100644
--- a/llvm/utils/TableGen/TGLexer.h
+++ b/llvm/utils/TableGen/TGLexer.h
@@ -46,7 +46,7 @@ namespace tgtok {
// !keywords.
XConcat, XSRA, XSRL, XSHL, XStrConcat, XNameConcat, XCast, XSubst,
- XForEach, XCar, XCdr, XNull,
+ XForEach, XCar, XCdr, XNull, XIf,
// Integer value.
IntVal,
OpenPOWER on IntegriCloud