From dcbc8a0daafcbfbd3c9c07a4c664a1c485ee3279 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Tue, 20 Sep 2022 15:20:27 +0100 Subject: [PATCH] [LV] Remove unused widenCallInstruction declaration (NFC). The definition and uses have been removed a while ago. Clean up the unused declaration. --- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index 5b5b4c7..8990d2b 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -477,11 +477,6 @@ public: /// complex control flow around the loops. virtual std::pair 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); -- 2.7.4