aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-06 08:36:34 -0800
committerGitHub <noreply@github.com>2024-11-06 08:36:34 -0800
commit4d12a14357b136e996f8789786f1b76348b5582b (patch)
tree58eee8baf4ee21ceae2a2ce7e35cffc8ae82523d /llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
parent18d2539ce674c1eabac187403257ae53ed2ee264 (diff)
downloadllvm-4d12a14357b136e996f8789786f1b76348b5582b.zip
llvm-4d12a14357b136e996f8789786f1b76348b5582b.tar.gz
llvm-4d12a14357b136e996f8789786f1b76348b5582b.tar.bz2
[Instrumentation] Remove unused includes (NFC) (#115117)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp b/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
index 810cbbd..c8ee933 100644
--- a/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
@@ -34,7 +34,6 @@
#include "llvm/Support/BranchProbability.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Transforms/Utils.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Transforms/Utils/ValueMapper.h"