summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SIMachineFunctionInfo.cpp
diff options
context:
space:
mode:
authorChristian Konig <christian.koenig@amd.com>2013-03-07 09:04:14 +0000
committerChristian Konig <christian.koenig@amd.com>2013-03-07 09:04:14 +0000
commitcc22640c4c8f0bc5d1e37b4ddcdf9e7c873e4383 (patch)
tree52aa5fc20e43690826709a2bc8921c44cc6fdbd7 /lib/Target/R600/SIMachineFunctionInfo.cpp
parent4cce3d02a071f9e30a38cb1619999c7a6365bdf7 (diff)
downloadllvm-cc22640c4c8f0bc5d1e37b4ddcdf9e7c873e4383.tar.gz
llvm-cc22640c4c8f0bc5d1e37b4ddcdf9e7c873e4383.tar.bz2
llvm-cc22640c4c8f0bc5d1e37b4ddcdf9e7c873e4383.tar.xz
R600/SI: rework input interpolation v2
v2: update CMakeLists.txt as well Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/SIMachineFunctionInfo.cpp')
-rw-r--r--lib/Target/R600/SIMachineFunctionInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/R600/SIMachineFunctionInfo.cpp b/lib/Target/R600/SIMachineFunctionInfo.cpp
index e5fbf05e08..1a4e4cbbbb 100644
--- a/lib/Target/R600/SIMachineFunctionInfo.cpp
+++ b/lib/Target/R600/SIMachineFunctionInfo.cpp
@@ -19,8 +19,8 @@ const char *SIMachineFunctionInfo::ShaderTypeAttribute = "ShaderType";
SIMachineFunctionInfo::SIMachineFunctionInfo(const MachineFunction &MF)
: MachineFunctionInfo(),
- SPIPSInputAddr(0),
- ShaderType(0) {
+ ShaderType(0),
+ PSInputAddr(0) {
AttributeSet Set = MF.getFunction()->getAttributes();
Attribute A = Set.getAttribute(AttributeSet::FunctionIndex,