[VPlan] Clean up unused header (NFC) (#130599)

We use VPlanPatternMatch, and not PatternMatch: clean up the
PatternMatch include to avoid confusion.
This commit is contained in:
Ramkumar Ramachandra 2025-03-10 17:57:11 +00:00 committed by GitHub
parent 7220ab821d
commit 809a33d7ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,6 @@
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/PatternMatch.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Value.h"
#include "llvm/IR/VectorBuilder.h"