aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-08-22 10:33:46 -0700
committerGitHub <noreply@github.com>2025-08-22 10:33:46 -0700
commit11b4f110e0f9f1a0f987faa121c594af1bcd43cc (patch)
treed3f66318503bbbaca1cf6d9bafab4ec796f3a307 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
parent4b9c82881828b9274d652e3e8412fcabec19aa09 (diff)
downloadllvm-11b4f110e0f9f1a0f987faa121c594af1bcd43cc.zip
llvm-11b4f110e0f9f1a0f987faa121c594af1bcd43cc.tar.gz
llvm-11b4f110e0f9f1a0f987faa121c594af1bcd43cc.tar.bz2
[llvm] Remove unused includes of SmallSet.h (NFC) (#154893)
We just replaced SmallSet<T *, N> with SmallPtrSet<T *, N>, bypassing the redirection found in SmallSet.h. With that, we no longer need to include SmallSet.h in many files.
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index 901f10d..62ba801f 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -17,7 +17,6 @@
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
-#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"