Skip to content

Commit 22b0f7b

Browse files
[Transforms] Include llvm/ADT/SmallSet.h (NFC)
This patch adds #include "llvm/ADT/SmallSet.h" to a couple of files that are relying on transitive includes of SmallSet.h. It in turn unblocks the removal of unnecessary includes of llvm/ADT/SmallSet.h in several other files.
1 parent 2ca3b6f commit 22b0f7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include "llvm/Transforms/Scalar/LowerMatrixIntrinsics.h"
2121
#include "llvm/ADT/PostOrderIterator.h"
22+
#include "llvm/ADT/SmallSet.h"
2223
#include "llvm/ADT/SmallVector.h"
2324
#include "llvm/Analysis/AliasAnalysis.h"
2425
#include "llvm/Analysis/DomTreeUpdater.h"

llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
#include "llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h"
3232
#include "llvm/ADT/STLExtras.h"
33+
#include "llvm/ADT/SmallSet.h"
3334
#include "llvm/ADT/SmallVector.h"
3435
#include "llvm/Analysis/IVDescriptors.h"
3536
#include "llvm/Analysis/LoopAnalysisManager.h"

0 commit comments

Comments
 (0)