Mercurial > hg > CbC > CbC_llvm
comparison lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 54457678186b |
children | afa8332a0e37 |
comparison
equal
deleted
inserted
replaced
78:af83660cff7b | 83:60c9769439b8 |
---|---|
14 //===----------------------------------------------------------------------===// | 14 //===----------------------------------------------------------------------===// |
15 | 15 |
16 #include "NVPTX.h" | 16 #include "NVPTX.h" |
17 #include "NVPTXMachineFunctionInfo.h" | 17 #include "NVPTXMachineFunctionInfo.h" |
18 #include "NVPTXSubtarget.h" | 18 #include "NVPTXSubtarget.h" |
19 #include "llvm/ADT/DenseSet.h" | |
19 #include "llvm/CodeGen/MachineFunction.h" | 20 #include "llvm/CodeGen/MachineFunction.h" |
20 #include "llvm/CodeGen/MachineFunctionPass.h" | 21 #include "llvm/CodeGen/MachineFunctionPass.h" |
21 #include "llvm/CodeGen/MachineRegisterInfo.h" | 22 #include "llvm/CodeGen/MachineRegisterInfo.h" |
22 #include "llvm/Support/raw_ostream.h" | 23 #include "llvm/Support/raw_ostream.h" |
23 #include "llvm/ADT/DenseSet.h" | |
24 | 24 |
25 using namespace llvm; | 25 using namespace llvm; |
26 | 26 |
27 namespace { | 27 namespace { |
28 class NVPTXReplaceImageHandles : public MachineFunctionPass { | 28 class NVPTXReplaceImageHandles : public MachineFunctionPass { |