[llvm-commits] CVS: llvm/utils/TableGen/FileLexer.l

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 4 00:29:07 PDT 2003


Changes in directory llvm/utils/TableGen:

FileLexer.l updated: 1.9 -> 1.10

---
Log message:

Transition complete, remove the obsolete 'set' keyword


---
Diffs of the changes:

Index: llvm/utils/TableGen/FileLexer.l
diff -u llvm/utils/TableGen/FileLexer.l:1.9 llvm/utils/TableGen/FileLexer.l:1.10
--- llvm/utils/TableGen/FileLexer.l:1.9	Sun Aug  3 23:56:53 2003
+++ llvm/utils/TableGen/FileLexer.l	Mon Aug  4 00:04:52 2003
@@ -160,7 +160,6 @@
 def            { return DEF; }
 field          { return FIELD; }
 let            { return LET; }
-set            { return LET; }
 in             { return IN; }
 
 {Identifier}   { Filelval.StrVal = new std::string(yytext, yytext+yyleng);





More information about the llvm-commits mailing list