Skip to content

Commit 3ce5df4

Browse files
[Vectorize] Remove a redundant declaration (NFC) (#167188)
EnableVPlanNativePath is declared in LoopVectorizationPlanner.h. Identified with readability-redundant-declaration.
1 parent 64ad5d9 commit 3ce5df4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Transforms/Vectorize/VPlan.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
using namespace llvm;
5353
using namespace llvm::VPlanPatternMatch;
5454

55-
namespace llvm {
56-
extern cl::opt<bool> EnableVPlanNativePath;
57-
}
58-
5955
/// @{
6056
/// Metadata attribute names
6157
const char LLVMLoopVectorizeFollowupAll[] = "llvm.loop.vectorize.followup_all";

0 commit comments

Comments
 (0)