VPlan.h - remove unnecessary forward declarations. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 7 Sep 2020 17:35:06 +0000 (18:35 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 7 Sep 2020 17:35:06 +0000 (18:35 +0100)
Already defined in includes.

llvm/lib/Transforms/Vectorize/VPlan.h

index 078b2ba..9c9e2ec 100644 (file)
@@ -51,14 +51,12 @@ namespace llvm {
 class BasicBlock;
 class DominatorTree;
 class InnerLoopVectorizer;
-template <class T> class InterleaveGroup;
 class LoopInfo;
 class raw_ostream;
 class RecurrenceDescriptor;
 class Value;
 class VPBasicBlock;
 class VPRegionBlock;
-class VPSlotTracker;
 class VPlan;
 class VPlanSlp;