Skip to content

Commit 8f86901

Browse files
committed
!fixup.
1 parent 332661d commit 8f86901

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
@@ -2234,7 +2234,7 @@ class VPReductionPHIRecipe : public VPHeaderPHIRecipe,
22342234
/// Returns true if the recipe only uses the first lane of operand \p Op.
22352235
bool onlyFirstLaneUsed(const VPValue *Op) const override {
22362236
assert(is_contained(operands(), Op) &&
2237-
"Op must be an operand of the recipe");
2237+
"Op must be an operand of the recipe");
22382238
return isOrdered() || isInLoop();
22392239
}
22402240
};

0 commit comments

Comments
 (0)