summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringBase.cpp
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@mozilla.com>2025-11-10 16:06:25 +0100
committerserge-sans-paille <sguelton@mozilla.com>2025-11-11 13:33:38 +0100
commitaf146462f9ce059fbc025467f4f8ae41e0051bc9 (patch)
tree008812e327662e4bc26ae0ddd4580bade50f192d /llvm/lib/CodeGen/TargetLoweringBase.cpp
parenta6cd4003307b6ada73a3a8a0fb24ea1102164af0 (diff)
Remove unused <iterator> inclusion
Per https://llvm.org/docs/CodingStandards.html#include-as-little-as-possible this improves compilation time, while not being too intrusive on the codebase.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringBase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringBase.cpp b/llvm/lib/CodeGen/TargetLoweringBase.cpp
index 814b4b57a0b9..01216552ed26 100644
--- a/llvm/lib/CodeGen/TargetLoweringBase.cpp
+++ b/llvm/lib/CodeGen/TargetLoweringBase.cpp
@@ -59,7 +59,6 @@
#include <cassert>
#include <cstdint>
#include <cstring>
-#include <iterator>
#include <string>
#include <tuple>
#include <utility>