Skip to content

Commit 4747678

Browse files
committed
!fixup fix formatting
1 parent 2289a5e commit 4747678

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,12 +2460,9 @@ void VPlanTransforms::convertToConcreteRecipes(VPlan &Plan,
24602460
R->eraseFromParent();
24612461
}
24622462

2463-
void VPlanTransforms::handleUncountableEarlyExit(VPBasicBlock *EarlyExitingVPBB,
2464-
VPBasicBlock *EarlyExitVPBB,
2465-
VPlan &Plan,
2466-
VPBasicBlock *HeaderVPBB,
2467-
VPBasicBlock *LatchVPBB,
2468-
VFRange &Range) {
2463+
void VPlanTransforms::handleUncountableEarlyExit(
2464+
VPBasicBlock *EarlyExitingVPBB, VPBasicBlock *EarlyExitVPBB, VPlan &Plan,
2465+
VPBasicBlock *HeaderVPBB, VPBasicBlock *LatchVPBB, VFRange &Range) {
24692466
using namespace llvm::VPlanPatternMatch;
24702467

24712468
VPBlockBase *MiddleVPBB = LatchVPBB->getSuccessors()[0];

0 commit comments

Comments
 (0)