1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[VPlan] Remove unused & undefined print method (NFC).

This commit is contained in:
Florian Hahn 2020-04-26 17:52:49 +01:00
parent 17af86073f
commit 8f516aa811

View File

@ -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;