Skip to content

Commit 713984d

Browse files
committed
Remove comment
1 parent aa2d430 commit 713984d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,6 @@ void SelectionDAGISel::reportIPToStateForBlocks(MachineFunction *MF) {
14771477
// Report IP range only for blocks with Faulty inst
14781478
auto MBBb = MBB.getFirstNonPHI();
14791479

1480-
// Avoids attempting to dereference a sentintel which fails an assert
14811480
if (MBBb == MBB.end())
14821481
continue;
14831482

0 commit comments

Comments
 (0)