Skip to content

Commit a70a4a0

Browse files
Updated comment + format
1 parent 19c5b21 commit a70a4a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ class VPlanVerifier {
3636
// VPHeaderPHIRecipes.
3737
bool verifyPhiRecipes(const VPBasicBlock *VPBB);
3838

39-
// Verify that \p EVL is used correctly. The user must be either in EVL-based
40-
// recipes as a last operand or VPInstruction::Add which is incoming value
41-
// into EVL's recipe.
39+
/// Verify that \p EVL is used correctly. The user must be either in
40+
/// EVL-based recipes as a last operand or VPInstruction::Add which is
41+
/// incoming value into EVL's recipe.
4242
bool verifyEVLRecipe(const VPInstruction &EVL) const;
4343

4444
bool verifyVPBasicBlock(const VPBasicBlock *VPBB);

0 commit comments

Comments
 (0)