[LV] Remove unused widenCallInstruction declaration (NFC).
authorFlorian Hahn <flo@fhahn.com>
Tue, 20 Sep 2022 14:20:27 +0000 (15:20 +0100)
committerFlorian Hahn <flo@fhahn.com>
Tue, 20 Sep 2022 14:20:28 +0000 (15:20 +0100)
The definition and uses have been removed a while ago. Clean up the
unused declaration.

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

index 5b5b4c7..8990d2b 100644 (file)
@@ -477,11 +477,6 @@ public:
   /// complex control flow around the loops.
   virtual std::pair<BasicBlock *, Value *> createVectorizedLoopSkeleton();
 
-  /// Widen a single call instruction within the innermost loop.
-  void widenCallInstruction(CallInst &CI, VPValue *Def, VPUser &ArgOperands,
-                            VPTransformState &State,
-                            Intrinsic::ID VectorIntrinsicID);
-
   /// Fix the vectorized code, taking care of header phi's, live-outs, and more.
   void fixVectorizedLoop(VPTransformState &State, VPlan &Plan);