aboutsummaryrefslogtreecommitdiffstats
path: root/support/tools/TableGen/FileLexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'support/tools/TableGen/FileLexer.l')
-rw-r--r--support/tools/TableGen/FileLexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/tools/TableGen/FileLexer.l b/support/tools/TableGen/FileLexer.l
index ad4bd77..8ab4006 100644
--- a/support/tools/TableGen/FileLexer.l
+++ b/support/tools/TableGen/FileLexer.l
@@ -154,6 +154,7 @@ bits { return BITS; }
string { return STRING; }
list { return LIST; }
code { return CODE; }
+dag { return DAG; }
class { return CLASS; }
def { return DEF; }