summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGLexer.h
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-06-08 23:05:37 +0000
committerDavid Greene <greened@obbligato.org>2009-06-08 23:05:37 +0000
commit67c05bff319054210f6b643bed53bcb7999f1363 (patch)
tree047dfe1c9acc62fa6e62b1061ab45a9f86c0284a /llvm/utils/TableGen/TGLexer.h
parent5b1b5b2a8a879a71ee78febb0c71a07f958b1405 (diff)
downloadbcm5719-llvm-67c05bff319054210f6b643bed53bcb7999f1363.tar.gz
bcm5719-llvm-67c05bff319054210f6b643bed53bcb7999f1363.zip
Add a !patsubst operator. Use on string types.
llvm-svn: 73099
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 06f6535949e..fef10f0c455 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, XIf, XRegMatch,
+ XForEach, XCar, XCdr, XNull, XIf, XRegMatch, XPatSubst,
// Integer value.
IntVal,
OpenPOWER on IntegriCloud