diff options
author | serge-sans-paille <sguelton@redhat.com> | 2022-05-03 14:15:24 +0200 |
---|---|---|
committer | serge-sans-paille <sguelton@redhat.com> | 2022-05-04 08:32:38 +0200 |
commit | 7030654296a0416bd9402a0278dbd42f1bf268b2 (patch) | |
tree | d7d1640a91fab7633d5241cc609796af38efb8e5 /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 63aaf9a6e7f9b3215599da0caeb1a4a1e7754b7a (diff) | |
download | llvm-7030654296a0416bd9402a0278dbd42f1bf268b2.zip llvm-7030654296a0416bd9402a0278dbd42f1bf268b2.tar.gz llvm-7030654296a0416bd9402a0278dbd42f1bf268b2.tar.bz2 |
[iwyu] Handle regressions in libLLVM header include
Running iwyu-diff on LLVM codebase since fa5a4e1b95c8f37796 detected a few
regressions, fixing them.
Differential Revision: https://reviews.llvm.org/D124847
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineModuleInfo.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp index 7dee06d..07ada25 100644 --- a/llvm/lib/CodeGen/MachineModuleInfo.cpp +++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp @@ -7,23 +7,17 @@ //===----------------------------------------------------------------------===// #include "llvm/CodeGen/MachineModuleInfo.h" -#include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/StringRef.h" -#include "llvm/ADT/TinyPtrVector.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/Passes.h" -#include "llvm/IR/BasicBlock.h" #include "llvm/IR/Constants.h" #include "llvm/IR/DiagnosticInfo.h" #include "llvm/IR/LLVMContext.h" #include "llvm/IR/Module.h" -#include "llvm/IR/ValueHandle.h" #include "llvm/InitializePasses.h" #include "llvm/MC/MCContext.h" -#include "llvm/MC/MCSymbol.h" #include "llvm/Pass.h" -#include "llvm/Support/Casting.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Target/TargetLoweringObjectFile.h" |