commit | 2762738d96f58521cb19dd0b2c7608b1e0c68603 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Sep 01 21:14:42 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Sep 01 21:14:42 2006 +0000 |
tree | 02b523ff1ac0f8c230196e2ac1023088e70fd060 | |
parent | ef4e0c2827255f8e1de09d60a32feff9bf64fb8d [diff] [blame] |
regenerate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30029 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/FileLexer.l.cvs b/utils/TableGen/FileLexer.l.cvs index 3b60099..7c9151f 100644 --- a/utils/TableGen/FileLexer.l.cvs +++ b/utils/TableGen/FileLexer.l.cvs
@@ -195,6 +195,8 @@ class { return CLASS; } def { return DEF; } +defm { return DEFM; } +multiclass { return MULTICLASS; } field { return FIELD; } let { return LET; } in { return IN; }