Mercurial > hg > CbC > CbC_llvm
comparison lib/CodeGen/StackMapLivenessAnalysis.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 |
---|---|
17 #include "llvm/CodeGen/LivePhysRegs.h" | 17 #include "llvm/CodeGen/LivePhysRegs.h" |
18 #include "llvm/CodeGen/MachineFrameInfo.h" | 18 #include "llvm/CodeGen/MachineFrameInfo.h" |
19 #include "llvm/CodeGen/MachineFunction.h" | 19 #include "llvm/CodeGen/MachineFunction.h" |
20 #include "llvm/CodeGen/MachineFunctionPass.h" | 20 #include "llvm/CodeGen/MachineFunctionPass.h" |
21 #include "llvm/CodeGen/Passes.h" | 21 #include "llvm/CodeGen/Passes.h" |
22 #include "llvm/CodeGen/TargetSubtargetInfo.h" | |
22 #include "llvm/Support/CommandLine.h" | 23 #include "llvm/Support/CommandLine.h" |
23 #include "llvm/Support/Debug.h" | 24 #include "llvm/Support/Debug.h" |
24 #include "llvm/Support/raw_ostream.h" | 25 #include "llvm/Support/raw_ostream.h" |
25 #include "llvm/Target/TargetSubtargetInfo.h" | |
26 | 26 |
27 using namespace llvm; | 27 using namespace llvm; |
28 | 28 |
29 #define DEBUG_TYPE "stackmaps" | 29 #define DEBUG_TYPE "stackmaps" |
30 | 30 |