Skip to content

Commit 72376e1

Browse files
committed
[VPlan] Remove unused VPWidenIntrinsicRecipe constructor (NFC)
1 parent 1b75b9e commit 72376e1

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,12 +1273,6 @@ class VPWidenIntrinsicRecipe : public VPRecipeWithIRFlags {
12731273
!Attrs.hasFnAttr(Attribute::WillReturn);
12741274
}
12751275

1276-
VPWidenIntrinsicRecipe(Intrinsic::ID VectorIntrinsicID,
1277-
std::initializer_list<VPValue *> CallArguments,
1278-
Type *Ty, DebugLoc DL = {})
1279-
: VPWidenIntrinsicRecipe(VectorIntrinsicID,
1280-
ArrayRef<VPValue *>(CallArguments), Ty, DL) {}
1281-
12821276
~VPWidenIntrinsicRecipe() override = default;
12831277

12841278
VPWidenIntrinsicRecipe *clone() override {

0 commit comments

Comments
 (0)