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/SelectionDAGPrinter.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/SelectionDAGPrinter.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 9f9e1f937c2..be4ab094bf4 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp @@ -16,11 +16,9 @@ #include "llvm/ADT/StringExtras.h" #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/CodeGen/MachineFunction.h" -#include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/CodeGen/SelectionDAG.h" #include "llvm/CodeGen/TargetRegisterInfo.h" #include "llvm/IR/Constants.h" -#include "llvm/IR/DebugInfo.h" #include "llvm/Support/Debug.h" #include "llvm/Support/GraphWriter.h" #include "llvm/Support/raw_ostream.h" |

