aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-reduce/ReducerWorkItem.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-23 23:58:52 -0700
committerGitHub <noreply@github.com>2025-05-23 23:58:52 -0700
commitef2531b63c8f6c59c48a0a467b6cf6063ac7f44f (patch)
treef0d251e408b8511f1994c56122963034a5f33751 /llvm/tools/llvm-reduce/ReducerWorkItem.cpp
parent92cebab21042766d59493f8f4c2541248be5de57 (diff)
downloadllvm-ef2531b63c8f6c59c48a0a467b6cf6063ac7f44f.zip
llvm-ef2531b63c8f6c59c48a0a467b6cf6063ac7f44f.tar.gz
llvm-ef2531b63c8f6c59c48a0a467b6cf6063ac7f44f.tar.bz2
[llvm-reduce] Remove unused includes (NFC) (#141322)
These are identified by misc-include-cleaner. I've filtered out those that break builds. Also, I'm staying away from llvm-config.h, config.h, and Compiler.h, which likely cause platform- or compiler-specific build failures.
Diffstat (limited to 'llvm/tools/llvm-reduce/ReducerWorkItem.cpp')
-rw-r--r--llvm/tools/llvm-reduce/ReducerWorkItem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-reduce/ReducerWorkItem.cpp b/llvm/tools/llvm-reduce/ReducerWorkItem.cpp
index 67da8bf..3f84e8f 100644
--- a/llvm/tools/llvm-reduce/ReducerWorkItem.cpp
+++ b/llvm/tools/llvm-reduce/ReducerWorkItem.cpp
@@ -18,7 +18,6 @@
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"