mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 12:16:59 +00:00
Fix typo in a comment.
llvm-svn: 168138
This commit is contained in:
parent
ba0e266eb2
commit
1e67a2eac6
@ -744,7 +744,7 @@ lltok::Kind LLLexer::Lex0x() {
|
||||
/// HexFP128Constant 0xL[0-9A-Fa-f]+
|
||||
/// HexPPC128Constant 0xM[0-9A-Fa-f]+
|
||||
lltok::Kind LLLexer::LexDigitOrNegative() {
|
||||
// If the letter after the negative is a number, this is probably a label.
|
||||
// If the letter after the negative is not a number, this is probably a label.
|
||||
if (!isdigit(TokStart[0]) && !isdigit(CurPtr[0])) {
|
||||
// Okay, this is not a number after the -, it's probably a label.
|
||||
if (const char *End = isLabelTail(CurPtr)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user