Skip to content

Commit 6be5da5

Browse files
committed
nfc, correct comment
1 parent 4703c1c commit 6be5da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ inline bool isSingleScalar(const VPValue *VPV) {
8686
all_of(VPI->operands(), isSingleScalar));
8787
})
8888
.Case<VPExpandSCEVRecipe>([](const VPValue *) {
89-
// VPExpandSCEVRecipes must be placed in the entry and are alway
89+
// VPExpandSCEVRecipes must be placed in the entry and are always
9090
// uniform.
9191
return true;
9292
})

0 commit comments

Comments
 (0)