Skip to content

Commit 06926e9

Browse files
committed
Remove remains from cherry pick from LSP branch
1 parent ecf591c commit 06926e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/AsmParser/LLLexer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,8 @@ const char *LLLexer::skipNChars(unsigned N) {
198198

199199
void LLLexer::advancePositionTo(const char *Ptr) {
200200
while (CurPtr != Ptr) {
201-
// FIXME: Assumes that if moving back, we stay in that line
202201
if (CurPtr > Ptr) {
203202
--CurPtr;
204-
--CurColNum;
205203
} else
206204
getNextChar();
207205
}

0 commit comments

Comments
 (0)