Skip to content

Commit a551c20

Browse files
committed
clang-format
1 parent e662894 commit a551c20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -697,9 +697,9 @@ void VPlanTransforms::optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF,
697697
return;
698698

699699
LLVMContext &Ctx = SE.getContext();
700-
auto *BOC =
701-
new VPInstruction(VPInstruction::BranchOnCond,
702-
{Plan.getOrAddLiveIn(ConstantInt::getTrue(Ctx))}, Term->getDebugLoc());
700+
auto *BOC = new VPInstruction(
701+
VPInstruction::BranchOnCond,
702+
{Plan.getOrAddLiveIn(ConstantInt::getTrue(Ctx))}, Term->getDebugLoc());
703703

704704
SmallVector<VPValue *> PossiblyDead(Term->operands());
705705
Term->eraseFromParent();

0 commit comments

Comments
 (0)