Skip to content

Commit 124b4ab

Browse files
[Target] Stop including bitset (NFC)
Identified with clangd.
1 parent a2b7159 commit 124b4ab

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llvm/lib/Target/ARM/Thumb1FrameLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
#include "llvm/Support/Compiler.h"
4141
#include "llvm/Support/ErrorHandling.h"
4242
#include "llvm/Support/MathExtras.h"
43-
#include <bitset>
4443
#include <cassert>
4544
#include <iterator>
4645
#include <vector>

llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include "llvm/CodeGen/MachineInstrBuilder.h"
2828
#include "llvm/IR/Function.h"
2929
#include "llvm/Support/Debug.h"
30-
#include <bitset>
3130

3231
using namespace llvm;
3332

0 commit comments

Comments
 (0)