Skip to content

Commit 055f377

Browse files
[llvm] Stop including llvm/ADT/SparseBitVector.h (NFC)
Identified with clangd.
1 parent 9a6517e commit 055f377

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

llvm/lib/CodeGen/LiveIntervalUnion.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#include "llvm/CodeGen/LiveIntervalUnion.h"
1616
#include "llvm/ADT/STLExtras.h"
17-
#include "llvm/ADT/SparseBitVector.h"
1817
#include "llvm/CodeGen/LiveInterval.h"
1918
#include "llvm/CodeGen/TargetRegisterInfo.h"
2019
#include "llvm/Support/raw_ostream.h"

llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "llvm/DebugInfo/PDB/Native/NamedStreamMap.h"
10-
#include "llvm/ADT/SparseBitVector.h"
1110
#include "llvm/ADT/StringMap.h"
1211
#include "llvm/ADT/StringRef.h"
1312
#include "llvm/DebugInfo/PDB/Native/Hash.h"

llvm/lib/Target/X86/X86FlagsCopyLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "llvm/ADT/ScopeExit.h"
3131
#include "llvm/ADT/SmallPtrSet.h"
3232
#include "llvm/ADT/SmallVector.h"
33-
#include "llvm/ADT/SparseBitVector.h"
3433
#include "llvm/ADT/Statistic.h"
3534
#include "llvm/CodeGen/MachineBasicBlock.h"
3635
#include "llvm/CodeGen/MachineConstantPool.h"

0 commit comments

Comments
 (0)