aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/FileParser.h.cvs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-31 21:54:11 +0000
committerChris Lattner <sabre@nondot.org>2006-03-31 21:54:11 +0000
commitb83169195c481153d4aa4bf778f1f8b9275c3fcd (patch)
treed1165dac181ff83061012443186157ad0ae6e235 /utils/TableGen/FileParser.h.cvs
parent711e5d96aa648ebe96b09483d0775f3b16283e3d (diff)
downloadexternal_llvm-b83169195c481153d4aa4bf778f1f8b9275c3fcd.zip
external_llvm-b83169195c481153d4aa4bf778f1f8b9275c3fcd.tar.gz
external_llvm-b83169195c481153d4aa4bf778f1f8b9275c3fcd.tar.bz2
regenerate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/FileParser.h.cvs')
-rw-r--r--utils/TableGen/FileParser.h.cvs11
1 files changed, 6 insertions, 5 deletions
diff --git a/utils/TableGen/FileParser.h.cvs b/utils/TableGen/FileParser.h.cvs
index 60fd5f5..2c8e0f9 100644
--- a/utils/TableGen/FileParser.h.cvs
+++ b/utils/TableGen/FileParser.h.cvs
@@ -25,11 +25,12 @@ typedef union {
#define SHLTOK 269
#define SRATOK 270
#define SRLTOK 271
-#define INTVAL 272
-#define ID 273
-#define VARNAME 274
-#define STRVAL 275
-#define CODEFRAGMENT 276
+#define STRCONCATTOK 272
+#define INTVAL 273
+#define ID 274
+#define VARNAME 275
+#define STRVAL 276
+#define CODEFRAGMENT 277
extern YYSTYPE Filelval;