Skip to content

Commit e1fbb1f

Browse files
author
Alex B
committed
Address Feedback Nr.2
1 parent 2977fbc commit e1fbb1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/MC/MCDwarf.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ void MCDwarfLineTable::emitOne(
198198
init();
199199
}
200200
MCOS->emitLabel(LineEntry.LineStreamLabel, LineEntry.StreamLabelDefLoc);
201-
202-
IsAtStartSeq = true;
203201
continue;
204202
}
205203

@@ -208,7 +206,6 @@ void MCDwarfLineTable::emitOne(
208206
asmInfo->getCodePointerSize());
209207
init();
210208
EndEntryEmitted = true;
211-
IsAtStartSeq = true;
212209
continue;
213210
}
214211

0 commit comments

Comments
 (0)