diff --git a/llvm/lib/Transforms/Vectorize/VPlan.h b/llvm/lib/Transforms/Vectorize/VPlan.h index 9da379a78cc8..1db5cbd13b91 100644 --- a/llvm/lib/Transforms/Vectorize/VPlan.h +++ b/llvm/lib/Transforms/Vectorize/VPlan.h @@ -636,7 +636,6 @@ public: virtual void execute(struct VPTransformState &State) = 0; /// Each recipe prints itself. - void print(raw_ostream &O, const Twine &Indent); virtual void print(raw_ostream &O, const Twine &Indent, VPSlotTracker &SlotTracker) const = 0;