[llvm] 4026b71 - [VPlan] Remove unused SCEV forward declaration (NFC).

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 08:16:25 PDT 2022


Author: Florian Hahn
Date: 2022-04-19T17:16:17+02:00
New Revision: 4026b718b8d37f1ec8b71e1175541104de8bdacc

URL: https://github.com/llvm/llvm-project/commit/4026b718b8d37f1ec8b71e1175541104de8bdacc
DIFF: https://github.com/llvm/llvm-project/commit/4026b718b8d37f1ec8b71e1175541104de8bdacc.diff

LOG: [VPlan] Remove unused SCEV forward declaration (NFC).

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Vectorize/VPlanTransforms.h b/llvm/lib/Transforms/Vectorize/VPlanTransforms.h
index 24d718d9c06b5..01e88b8989298 100644
--- a/llvm/lib/Transforms/Vectorize/VPlanTransforms.h
+++ b/llvm/lib/Transforms/Vectorize/VPlanTransforms.h
@@ -22,7 +22,6 @@ class InductionDescriptor;
 class Instruction;
 class PHINode;
 class ScalarEvolution;
-class SCEV;
 class Loop;
 
 struct VPlanTransforms {


        


More information about the llvm-commits mailing list