mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Remove unused tokens in the ll lexer.
Patch by Robin Eklind! llvm-svn: 227442
This commit is contained in:
parent
8c6f16709c
commit
2ca1edd2bb
@ -241,7 +241,6 @@ lltok::Kind LLLexer::LexToken() {
|
||||
case ')': return lltok::rparen;
|
||||
case ',': return lltok::comma;
|
||||
case '*': return lltok::star;
|
||||
case '\\': return lltok::backslash;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -28,9 +28,7 @@ namespace lltok {
|
||||
lbrace, rbrace, // { }
|
||||
less, greater, // < >
|
||||
lparen, rparen, // ( )
|
||||
backslash, // \ (not /)
|
||||
exclaim, // !
|
||||
hash, // #
|
||||
|
||||
kw_x,
|
||||
kw_true, kw_false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user