Skip to content

Commit 71436fc

Browse files
committed
!fixup fix formatting
1 parent 706b681 commit 71436fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ VPBasicBlock::iterator VPBasicBlock::getFirstNonPhi() {
222222
VPTransformState::VPTransformState(const TargetTransformInfo *TTI,
223223
ElementCount VF, unsigned UF, LoopInfo *LI,
224224
DominatorTree *DT, IRBuilderBase &Builder,
225-
InnerLoopVectorizer *ILV, VPlan *Plan, Type *CanonicalIVTy)
225+
InnerLoopVectorizer *ILV, VPlan *Plan,
226+
Type *CanonicalIVTy)
226227
: TTI(TTI), VF(VF), CFG(DT), LI(LI), Builder(Builder), ILV(ILV), Plan(Plan),
227228
LVer(nullptr), TypeAnalysis(CanonicalIVTy) {}
228229

0 commit comments

Comments
 (0)