Skip to content

Commit 2772cd8

Browse files
committed
Remove dangling comment
1 parent 1fdf13c commit 2772cd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/AsmParser/LLLexer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ LLLexer::LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &Err,
165165
CurPtr = CurBuf.begin();
166166
}
167167

168-
/// getLabelTail - Return true if this pointer points to a valid end of a label.
169168
const char *LLLexer::getLabelTail(const char *Ptr) {
170169
while (Ptr != CurBuf.end()) {
171170
if (Ptr[0] == ':')

0 commit comments

Comments
 (0)