aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Debugify.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-07-23 15:18:46 -0700
committerGitHub <noreply@github.com>2025-07-23 15:18:46 -0700
commit3e53d4d386626d78bf930307f0a65b6aebb48ee9 (patch)
treedbde053c55483bb5630b1ed697fabf6c415b89d1 /llvm/lib/Transforms/Utils/Debugify.cpp
parent31281da34b7f1445ce9e39bbb8707f4eacd24e58 (diff)
downloadllvm-3e53d4d386626d78bf930307f0a65b6aebb48ee9.zip
llvm-3e53d4d386626d78bf930307f0a65b6aebb48ee9.tar.gz
llvm-3e53d4d386626d78bf930307f0a65b6aebb48ee9.tar.bz2
[llvm] Remove unused includes (NFC) (#150265)
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/lib/Transforms/Utils/Debugify.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/Debugify.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Debugify.cpp b/llvm/lib/Transforms/Utils/Debugify.cpp
index 4210ce6..291e2a5 100644
--- a/llvm/lib/Transforms/Utils/Debugify.cpp
+++ b/llvm/lib/Transforms/Utils/Debugify.cpp
@@ -22,7 +22,6 @@
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
-#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassInstrumentation.h"
#include "llvm/Pass.h"