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:
a032dbd
)
Fix typo in a comment.
author
Craig Topper
<craig.topper@gmail.com>
Fri, 16 Nov 2012 06:10:48 +0000
(06:10 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Fri, 16 Nov 2012 06:10:48 +0000
(06:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168138
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AsmParser/LLLexer.cpp
patch
|
blob
|
history
diff --git
a/lib/AsmParser/LLLexer.cpp
b/lib/AsmParser/LLLexer.cpp
index a60e4aa41c425d2eef7de15d80eca6477ef25175..d8ffe8fb7324119403dec6f0a7f0451315065e1b 100644
(file)
--- a/
lib/AsmParser/LLLexer.cpp
+++ b/
lib/AsmParser/LLLexer.cpp
@@
-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)) {