aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Utils.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-04 19:51:25 -0800
committerGitHub <noreply@github.com>2024-11-04 19:51:25 -0800
commit013f4a46d1978e370f940df3cbd04fb0399a04fe (patch)
tree175ef2f9cd8aef444961202f014d92fdaee58018 /llvm/lib/Transforms/Utils/Utils.cpp
parent097718bfe2624bfdbb8a39ffe2113539f7a743ae (diff)
downloadllvm-013f4a46d1978e370f940df3cbd04fb0399a04fe.zip
llvm-013f4a46d1978e370f940df3cbd04fb0399a04fe.tar.gz
llvm-013f4a46d1978e370f940df3cbd04fb0399a04fe.tar.bz2
[Utils] Remove unused includes (NFC) (#114748)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/Transforms/Utils/Utils.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/Utils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Utils.cpp b/llvm/lib/Transforms/Utils/Utils.cpp
index 51e1e82..5c85cde 100644
--- a/llvm/lib/Transforms/Utils/Utils.cpp
+++ b/llvm/lib/Transforms/Utils/Utils.cpp
@@ -13,7 +13,6 @@
#include "llvm/Transforms/Utils.h"
#include "llvm/InitializePasses.h"
-#include "llvm/Pass.h"
#include "llvm/PassRegistry.h"
using namespace llvm;