diff --git a/llvm/lib/Transforms/Vectorize/VPlanTransforms.h b/llvm/lib/Transforms/Vectorize/VPlanTransforms.h index 24d718d9c06b56..01e88b89892989 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 {