Skip to content

Commit 809a33d

Browse files
authored
[VPlan] Clean up unused header (NFC) (#130599)
We use VPlanPatternMatch, and not PatternMatch: clean up the PatternMatch include to avoid confusion.
1 parent 7220ab8 commit 809a33d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include "llvm/IR/Instruction.h"
2828
#include "llvm/IR/Instructions.h"
2929
#include "llvm/IR/Intrinsics.h"
30-
#include "llvm/IR/PatternMatch.h"
3130
#include "llvm/IR/Type.h"
3231
#include "llvm/IR/Value.h"
3332
#include "llvm/IR/VectorBuilder.h"

0 commit comments

Comments
 (0)