diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:47 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:47 +0000 |
commit | c468b648fdc5221f905734c253db7566f0bd7709 (patch) | |
tree | f4c9b9e24b674cb784a37609dd2aacf0f07294fa /llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | |
parent | bda7dd5c3174b8a4b6219a0d84fc428882c4b5a8 (diff) | |
download | bcm5719-llvm-c468b648fdc5221f905734c253db7566f0bd7709.tar.gz bcm5719-llvm-c468b648fdc5221f905734c253db7566f0bd7709.zip |
Remove redundant includes from lib/CodeGen.
llvm-svn: 320619
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp index fa89b20f23d..c7cdb49203b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp @@ -17,7 +17,6 @@ #include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineInstrBuilder.h" -#include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/TargetFrameLowering.h" #include "llvm/CodeGen/TargetInstrInfo.h" @@ -26,7 +25,6 @@ #include "llvm/CodeGen/TargetSubtargetInfo.h" #include "llvm/CodeGen/WinEHFuncInfo.h" #include "llvm/IR/DataLayout.h" -#include "llvm/IR/DebugInfo.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/Function.h" #include "llvm/IR/Instructions.h" |