projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d100d4c
)
lex tail
author
Chris Lattner
<sabre@nondot.org>
Fri, 6 May 2005 06:20:33 +0000
(06:20 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/AsmParser/Lexer.l
b/lib/AsmParser/Lexer.l
index 93e309260b6f8a97534b45ea2acddd1ad2b7d0c7..d2560c45a89ae55b9119f5e055fc15b5899b7f26 100644
(file)
--- a/
lib/AsmParser/Lexer.l
+++ b/
lib/AsmParser/Lexer.l
@@
-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; }