[llvm] 124b4ab - [Target] Stop including bitset (NFC)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 5 20:48:10 PST 2023
Author: Kazu Hirata
Date: 2023-12-05T20:48:04-08:00
New Revision: 124b4ab85af254b9e8b6e466417d568fc50a25b2
URL: https://github.com/llvm/llvm-project/commit/124b4ab85af254b9e8b6e466417d568fc50a25b2
DIFF: https://github.com/llvm/llvm-project/commit/124b4ab85af254b9e8b6e466417d568fc50a25b2.diff
LOG: [Target] Stop including bitset (NFC)
Identified with clangd.
Added:
Modified:
llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp b/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
index 401398bdd4b10..0f4ece64bff53 100644
--- a/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
+++ b/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
@@ -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>
diff --git a/llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp b/llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp
index e562748c98fe8..3b370d8c3eb15 100644
--- a/llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp
+++ b/llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp
@@ -27,7 +27,6 @@
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/Debug.h"
-#include <bitset>
using namespace llvm;
More information about the llvm-commits
mailing list