Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison lib/Target/AMDGPU/AMDGPUFrameLowering.h @ 100:7d135dc70f03
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | afa8332a0e37 |
children | 1172e4bd9c6f |
comparison
equal
deleted
inserted
replaced
96:6418606d0ead | 100:7d135dc70f03 |
---|---|
6 // License. See LICENSE.TXT for details. | 6 // License. See LICENSE.TXT for details. |
7 // | 7 // |
8 //===----------------------------------------------------------------------===// | 8 //===----------------------------------------------------------------------===// |
9 // | 9 // |
10 /// \file | 10 /// \file |
11 /// \brief Interface to describe a layout of a stack frame on a AMDIL target | 11 /// \brief Interface to describe a layout of a stack frame on an AMDGPU target. |
12 /// machine. | |
13 // | 12 // |
14 //===----------------------------------------------------------------------===// | 13 //===----------------------------------------------------------------------===// |
15 #ifndef LLVM_LIB_TARGET_R600_AMDGPUFRAMELOWERING_H | 14 #ifndef LLVM_LIB_TARGET_AMDGPU_AMDGPUFRAMELOWERING_H |
16 #define LLVM_LIB_TARGET_R600_AMDGPUFRAMELOWERING_H | 15 #define LLVM_LIB_TARGET_AMDGPU_AMDGPUFRAMELOWERING_H |
17 | 16 |
18 #include "llvm/CodeGen/MachineFunction.h" | |
19 #include "llvm/Target/TargetFrameLowering.h" | 17 #include "llvm/Target/TargetFrameLowering.h" |
20 | 18 |
21 namespace llvm { | 19 namespace llvm { |
22 | 20 |
23 /// \brief Information about the stack frame layout on the AMDGPU targets. | 21 /// \brief Information about the stack frame layout on the AMDGPU targets. |