Skip to content

Commit 8fea29a

Browse files
committed
!fixup re-flow dbgs string
1 parent 2833c00 commit 8fea29a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,7 @@ bool llvm::UnrollRuntimeLoopRemainder(
640640
!canProfitablyRuntimeUnrollMultiExitLoop(L, OtherExits, LatchExit,
641641
UseEpilogRemainder)) {
642642
LLVM_DEBUG(dbgs() << "Multiple exit/exiting blocks in loop and "
643-
"multi-exit unrolling not "
644-
"enabled!\n");
643+
"multi-exit unrolling not enabled!\n");
645644
return false;
646645
}
647646
}

0 commit comments

Comments
 (0)