Skip to content

Commit 83573f5

Browse files
committed
clang-formatted
1 parent d120c79 commit 83573f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ bool VPlanVerifier::verifyEVLRecipe(const VPInstruction &EVL) const {
144144
return VerifyEVLUse(*S, 2);
145145
})
146146
.Case<VPWidenLoadEVLRecipe, VPReverseVectorPointerRecipe>(
147-
[&](const VPRecipeBase *R) { return VerifyEVLUse(*R, 1);
148-
})
147+
[&](const VPRecipeBase *R) { return VerifyEVLUse(*R, 1); })
149148
.Case<VPWidenEVLRecipe>([&](const VPWidenEVLRecipe *W) {
150149
return VerifyEVLUse(
151150
*W, Instruction::isUnaryOp(W->getOpcode()) ? 1 : 2);

0 commit comments

Comments
 (0)