comparison 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
comparison
equal deleted inserted replaced
133:c60214abe0e8 134:3a76565eade5
12 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===//
13 13
14 #include "llvm/ADT/StringExtras.h" 14 #include "llvm/ADT/StringExtras.h"
15 #include "llvm/CodeGen/MachineConstantPool.h" 15 #include "llvm/CodeGen/MachineConstantPool.h"
16 #include "llvm/CodeGen/MachineFunction.h" 16 #include "llvm/CodeGen/MachineFunction.h"
17 #include "llvm/CodeGen/MachineModuleInfo.h"
18 #include "llvm/CodeGen/ScheduleDAG.h" 17 #include "llvm/CodeGen/ScheduleDAG.h"
18 #include "llvm/CodeGen/TargetRegisterInfo.h"
19 #include "llvm/IR/Constants.h" 19 #include "llvm/IR/Constants.h"
20 #include "llvm/Support/Debug.h" 20 #include "llvm/Support/Debug.h"
21 #include "llvm/Support/GraphWriter.h" 21 #include "llvm/Support/GraphWriter.h"
22 #include "llvm/Support/raw_ostream.h" 22 #include "llvm/Support/raw_ostream.h"
23 #include "llvm/Target/TargetRegisterInfo.h"
24 #include <fstream>
25 using namespace llvm; 23 using namespace llvm;
26 24
27 namespace llvm { 25 namespace llvm {
28 template<> 26 template<>
29 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { 27 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits {