[llvm] 5ea9e65 - VPlan.h - remove unnecessary forward declarations. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 7 10:37:24 PDT 2020


Author: Simon Pilgrim
Date: 2020-09-07T18:35:06+01:00
New Revision: 5ea9e655efdd1188d9864a6c97a7a9b772559ff5

URL: https://github.com/llvm/llvm-project/commit/5ea9e655efdd1188d9864a6c97a7a9b772559ff5
DIFF: https://github.com/llvm/llvm-project/commit/5ea9e655efdd1188d9864a6c97a7a9b772559ff5.diff

LOG: VPlan.h - remove unnecessary forward declarations. NFCI.

Already defined in includes.

Added: 
    

Modified: 
    llvm/lib/Transforms/Vectorize/VPlan.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Vectorize/VPlan.h b/llvm/lib/Transforms/Vectorize/VPlan.h
index 078b2ba1c70a..9c9e2ec8222d 100644
--- a/llvm/lib/Transforms/Vectorize/VPlan.h
+++ b/llvm/lib/Transforms/Vectorize/VPlan.h
@@ -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;
 


        


More information about the llvm-commits mailing list