Skip to content

Commit ba48230

Browse files
committed
!fixup fix formatting
1 parent 5554c6d commit ba48230

File tree

1 file changed

+1
-1
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3317,7 +3317,7 @@ struct CastInfo<VPPhiAccessors, const VPRecipeBase *>
33173317
return const_cast<VPPhiAccessors *>([R]() -> const VPPhiAccessors * {
33183318
switch (R->getVPDefID()) {
33193319
case VPDef::VPInstructionSC:
3320-
return cast <VPPhi>(R);
3320+
return cast<VPPhi>(R);
33213321
case VPDef::VPIRInstructionSC:
33223322
return cast<VPIRPhi>(R);
33233323
case VPDef::VPWidenPHISC:

0 commit comments

Comments
 (0)