Skip to content

Commit f8fe71b

Browse files
committed
Remove newline
1 parent aa70113 commit f8fe71b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILPasses/Loop/ArrayBoundsCheckOpts.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,6 @@ static bool hoistBoundsChecks(SILLoop *Loop, DominanceInfo *DT, SILLoopInfo *LI,
10701070
auto *Preheader = Loop->getLoopPreheader();
10711071
if (!Preheader) {
10721072
// TODO: create one if necessary.
1073-
10741073
return false;
10751074
}
10761075

0 commit comments

Comments
 (0)