aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2022-02-23 01:20:48 -0800
committerBill Wendling <isanbard@gmail.com>2022-02-23 01:20:48 -0800
commita5bbc6ef99bbc7fcf321326df2889e063ed77004 (patch)
tree9b9b06b13d6a7d06d1af981bebcad98b2684b328 /llvm/lib/CodeGen/MachineModuleInfo.cpp
parenta10789d6cda71cd2ea13309fd6daf854d44e0906 (diff)
downloadllvm-a5bbc6ef99bbc7fcf321326df2889e063ed77004.zip
llvm-a5bbc6ef99bbc7fcf321326df2889e063ed77004.tar.gz
llvm-a5bbc6ef99bbc7fcf321326df2889e063ed77004.tar.bz2
[NFC] Remove unnecessary "#include"s from header files
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineModuleInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp
index 31d4fc7..a50de50 100644
--- a/llvm/lib/CodeGen/MachineModuleInfo.cpp
+++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp
@@ -15,6 +15,7 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/BasicBlock.h"
+#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/IR/Instructions.h"