aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-05-24 09:37:43 -0700
committerGitHub <noreply@github.com>2025-05-24 09:37:43 -0700
commit0ef8ef66cc7a89c55ddeb739b0e3b807b4d2947c (patch)
treeb57785a6057d9bf7a32e57a6099ddb4f4b7f73bf /llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
parent252bd8087193751fc43eebe5724f6de280f0c4cc (diff)
downloadllvm-0ef8ef66cc7a89c55ddeb739b0e3b807b4d2947c.zip
llvm-0ef8ef66cc7a89c55ddeb739b0e3b807b4d2947c.tar.gz
llvm-0ef8ef66cc7a89c55ddeb739b0e3b807b4d2947c.tar.bz2
[Transforms] Remove unused includes (NFC) (#141357)
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/Scalar/LoopStrengthReduce.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index 1373d94..a38c40c 100644
--- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -56,7 +56,6 @@
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
-#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SetVector.h"