diff options
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/VPlanVerifier.h')
-rw-r--r-- | llvm/lib/Transforms/Vectorize/VPlanVerifier.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/lib/Transforms/Vectorize/VPlanVerifier.h b/llvm/lib/Transforms/Vectorize/VPlanVerifier.h index 7d2b262521723..8e8de441648ad 100644 --- a/llvm/lib/Transforms/Vectorize/VPlanVerifier.h +++ b/llvm/lib/Transforms/Vectorize/VPlanVerifier.h @@ -24,14 +24,12 @@ #ifndef LLVM_TRANSFORMS_VECTORIZE_VPLANVERIFIER_H #define LLVM_TRANSFORMS_VECTORIZE_VPLANVERIFIER_H -#include "VPlan.h" - namespace llvm { +class VPRegionBlock; -/// Class with utility functions that can be used to check the consistency and +/// Struct with utility functions that can be used to check the consistency and /// invariants of a VPlan, including the components of its H-CFG. -class VPlanVerifier { -public: +struct VPlanVerifier { /// Verify the invariants of the H-CFG starting from \p TopRegion. The /// verification process comprises the following steps: /// 1. Region/Block verification: Check the Region/Block verification |