Skip to content

Commit 4a8927a

Browse files
committed
!fixup add missing doc-comment
1 parent db2fc58 commit 4a8927a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ struct VPlanTransforms {
257257
unsigned BestUF,
258258
PredicatedScalarEvolution &PSE);
259259

260-
// Materialize vector trip count computations to a set of VPInstructions.
260+
/// Materialize vector trip count computations to a set of VPInstructions.
261261
static void materializeVectorTripCount(VPlan &Plan,
262262
VPBasicBlock *VectorPHVPBB,
263263
bool TailByMasking,

0 commit comments

Comments
 (0)