Mercurial > hg > CbC > CbC_llvm
diff lib/CodeGen/ScheduleDAGPrinter.cpp @ 134:3a76565eade5 LLVM5.0.1
update 5.0.1
author | mir3636 |
---|---|
date | Sat, 17 Feb 2018 09:57:20 +0900 |
parents | 803732b1fca8 |
children | c2174574ed3a |
line wrap: on
line diff
--- a/lib/CodeGen/ScheduleDAGPrinter.cpp Fri Feb 16 19:10:49 2018 +0900 +++ b/lib/CodeGen/ScheduleDAGPrinter.cpp Sat Feb 17 09:57:20 2018 +0900 @@ -14,14 +14,12 @@ #include "llvm/ADT/StringExtras.h" #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/CodeGen/MachineFunction.h" -#include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/CodeGen/ScheduleDAG.h" +#include "llvm/CodeGen/TargetRegisterInfo.h" #include "llvm/IR/Constants.h" #include "llvm/Support/Debug.h" #include "llvm/Support/GraphWriter.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/Target/TargetRegisterInfo.h" -#include <fstream> using namespace llvm; namespace llvm {