Mercurial > hg > CbC > CbC_llvm
comparison lib/CodeGen/TargetSchedule.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 |
---|---|
14 | 14 |
15 #include "llvm/CodeGen/TargetSchedule.h" | 15 #include "llvm/CodeGen/TargetSchedule.h" |
16 #include "llvm/CodeGen/MachineFunction.h" | 16 #include "llvm/CodeGen/MachineFunction.h" |
17 #include "llvm/CodeGen/MachineInstr.h" | 17 #include "llvm/CodeGen/MachineInstr.h" |
18 #include "llvm/CodeGen/MachineOperand.h" | 18 #include "llvm/CodeGen/MachineOperand.h" |
19 #include "llvm/CodeGen/TargetInstrInfo.h" | |
20 #include "llvm/CodeGen/TargetRegisterInfo.h" | |
21 #include "llvm/CodeGen/TargetSubtargetInfo.h" | |
19 #include "llvm/MC/MCInstrDesc.h" | 22 #include "llvm/MC/MCInstrDesc.h" |
20 #include "llvm/MC/MCInstrItineraries.h" | 23 #include "llvm/MC/MCInstrItineraries.h" |
21 #include "llvm/MC/MCSchedule.h" | 24 #include "llvm/MC/MCSchedule.h" |
22 #include "llvm/Support/CommandLine.h" | 25 #include "llvm/Support/CommandLine.h" |
23 #include "llvm/Support/ErrorHandling.h" | 26 #include "llvm/Support/ErrorHandling.h" |
24 #include "llvm/Support/raw_ostream.h" | 27 #include "llvm/Support/raw_ostream.h" |
25 #include "llvm/Target/TargetInstrInfo.h" | |
26 #include "llvm/Target/TargetRegisterInfo.h" | |
27 #include "llvm/Target/TargetSubtargetInfo.h" | |
28 #include <algorithm> | 28 #include <algorithm> |
29 #include <cassert> | 29 #include <cassert> |
30 #include <cstdint> | 30 #include <cstdint> |
31 | 31 |
32 using namespace llvm; | 32 using namespace llvm; |