aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-12 23:15:06 -0800
committerGitHub <noreply@github.com>2024-11-12 23:15:06 -0800
commit735ab61ac828bd61398e6847d60e308fdf2b54ec (patch)
tree7e3b33f14b316e69159ec0fa84ce4b1a6e073d17 /llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
parenta6f8af676a36bd43dd0c7f6229e6c91161a56819 (diff)
downloadllvm-735ab61ac828bd61398e6847d60e308fdf2b54ec.zip
llvm-735ab61ac828bd61398e6847d60e308fdf2b54ec.tar.gz
llvm-735ab61ac828bd61398e6847d60e308fdf2b54ec.tar.bz2
[CodeGen] Remove unused includes (NFC) (#115996)
Identified with misc-include-cleaner.
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp b/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
index c80b54a..a5e6beb 100644
--- a/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
+++ b/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
@@ -144,7 +144,6 @@
#include "llvm/Support/TypeSize.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
-#include <algorithm>
#include <cassert>
#include <cstdint>
#include <functional>