Transition complete, remove the obsolete 'set' keyword
authorChris Lattner <sabre@nondot.org>
Mon, 4 Aug 2003 05:04:52 +0000 (05:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Aug 2003 05:04:52 +0000 (05:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7566 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/TableGen/FileLexer.l
utils/TableGen/FileLexer.l

index 63cb15514678fe0171dfd2a443f0ad9cce22fa35..9f689558c98d9782c71c9ef6bfded37f80889b93 100644 (file)
@@ -160,7 +160,6 @@ class          { return CLASS; }
 def            { return DEF; }
 field          { return FIELD; }
 let            { return LET; }
-set            { return LET; }
 in             { return IN; }
 
 {Identifier}   { Filelval.StrVal = new std::string(yytext, yytext+yyleng);
index 63cb15514678fe0171dfd2a443f0ad9cce22fa35..9f689558c98d9782c71c9ef6bfded37f80889b93 100644 (file)
@@ -160,7 +160,6 @@ class          { return CLASS; }
 def            { return DEF; }
 field          { return FIELD; }
 let            { return LET; }
-set            { return LET; }
 in             { return IN; }
 
 {Identifier}   { Filelval.StrVal = new std::string(yytext, yytext+yyleng);