diff options
author | David Greene <greened@obbligato.org> | 2009-05-14 22:38:31 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2009-05-14 22:38:31 +0000 |
commit | d571b3c94b087e8560a14a427d623d70b1a9011c (patch) | |
tree | 3d92bb86774ee7720f0541312ba042b8c6b3f9b8 /llvm/utils/TableGen/TGLexer.h | |
parent | e917fff30f9bb8c24a656492449d72d8262c7d7f (diff) | |
download | bcm5719-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.h | 2 |
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, |