lex tail
authorChris Lattner <sabre@nondot.org>
Fri, 6 May 2005 06:20:33 +0000 (06:20 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 6 May 2005 06:20:33 +0000 (06:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21729 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/Lexer.l

index 93e309260b6f8a97534b45ea2acddd1ad2b7d0c7..d2560c45a89ae55b9119f5e055fc15b5899b7f26 100644 (file)
@@ -194,6 +194,7 @@ null            { return NULL_TOK; }
 to              { return TO; }
 except          { RET_TOK(TermOpVal, Unwind, UNWIND); }
 not             { return NOT; }  /* Deprecated, turned into XOR */
+tail            { return TAIL; }
 target          { return TARGET; }
 triple          { return TRIPLE; }
 deplibs         { return DEPLIBS; }