aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SafeStack.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/SafeStack.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/SafeStack.cpp')
-rw-r--r--llvm/lib/CodeGen/SafeStack.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SafeStack.cpp b/llvm/lib/CodeGen/SafeStack.cpp
index 477ff7a..74e9d94 100644
--- a/llvm/lib/CodeGen/SafeStack.cpp
+++ b/llvm/lib/CodeGen/SafeStack.cpp
@@ -59,7 +59,6 @@
#include "llvm/Support/Casting.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"