Skip to content

Commit

Permalink
[Target] Stop including bitset (NFC)
Browse files Browse the repository at this point in the history
Identified with clangd.
  • Loading branch information
kazutakahirata committed Dec 6, 2023
1 parent a2b7159 commit 124b4ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include <bitset>
#include <cassert>
#include <iterator>
#include <vector>
Expand Down
1 change: 0 additions & 1 deletion llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/Debug.h"
#include <bitset>

using namespace llvm;

Expand Down

0 comments on commit 124b4ab

Please sign in to comment.