summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGLexer.h
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-05-14 22:38:31 +0000
committerDavid Greene <greened@obbligato.org>2009-05-14 22:38:31 +0000
commitd571b3c94b087e8560a14a427d623d70b1a9011c (patch)
tree3d92bb86774ee7720f0541312ba042b8c6b3f9b8 /llvm/utils/TableGen/TGLexer.h
parente917fff30f9bb8c24a656492449d72d8262c7d7f (diff)
downloadbcm5719-llvm-d571b3c94b087e8560a14a427d623d70b1a9011c.tar.gz
bcm5719-llvm-d571b3c94b087e8560a14a427d623d70b1a9011c.zip
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
Ok, not really, but do support some common LISP functions: * car * cdr * null llvm-svn: 71805
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 3993e89d64e..3d27e5e8edb 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,
+ XForEach, XCar, XCdr, XNull,
// Integer value.
IntVal,
OpenPOWER on IntegriCloud