Skip to content

Commit 9259326

Browse files
committed
!fixup remove left over template arg.
1 parent e928962 commit 9259326

File tree

1 file changed

+0
-1
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,6 @@ class VPReplicateRecipe : public VPRecipeWithIRFlags {
24672467
bool IsPredicated;
24682468

24692469
public:
2470-
template <typename IterT>
24712470
VPReplicateRecipe(Instruction *I, ArrayRef<VPValue *> Operands,
24722471
bool IsUniform, VPValue *Mask = nullptr)
24732472
: VPRecipeWithIRFlags(VPDef::VPReplicateSC, Operands, *I),

0 commit comments

Comments
 (0)