Skip to content

Commit 382380a

Browse files
committed
!fixup formatting
1 parent 64909aa commit 382380a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlan.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,8 @@ void VPlan::execute(VPTransformState *State) {
10231023
replaceVPBBWithIRVPBB(getScalarPreheader(), ScalarPh);
10241024
replaceVPBBWithIRVPBB(MiddleVPBB, MiddleBB);
10251025

1026-
LLVM_DEBUG(dbgs() << "Executing best plan with VF=" <<State->VF
1027-
<< ", UF=" << getUF()<< '\n');
1026+
LLVM_DEBUG(dbgs() << "Executing best plan with VF=" << State->VF
1027+
<< ", UF=" << getUF() << '\n');
10281028
setName("Final VPlan");
10291029
LLVM_DEBUG(dump());
10301030

0 commit comments

Comments
 (0)