summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600MachineFunctionInfo.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-01-23 21:39:47 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-01-23 21:39:47 +0000
commit2a3e0d7e76079289e2b007a15c311c51218f0b89 (patch)
tree6d316387969640c604d69f7ba07ff80245492991 /lib/Target/R600/R600MachineFunctionInfo.h
parent1094b41c7b26089025822c5705b5c771f9b8cda4 (diff)
downloadllvm-2a3e0d7e76079289e2b007a15c311c51218f0b89.tar.gz
llvm-2a3e0d7e76079289e2b007a15c311c51218f0b89.tar.bz2
llvm-2a3e0d7e76079289e2b007a15c311c51218f0b89.tar.xz
R600: Simplify stream outputs intrinsic
Patch by: Vincent Lejeune Reviewed-by: Tom Stellard <thomas.stellard@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173296 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/R600MachineFunctionInfo.h')
-rw-r--r--lib/Target/R600/R600MachineFunctionInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/R600/R600MachineFunctionInfo.h b/lib/Target/R600/R600MachineFunctionInfo.h
index e97fb5be62..91f9de2827 100644
--- a/lib/Target/R600/R600MachineFunctionInfo.h
+++ b/lib/Target/R600/R600MachineFunctionInfo.h
@@ -25,7 +25,6 @@ public:
R600MachineFunctionInfo(const MachineFunction &MF);
std::vector<unsigned> ReservedRegs;
SDNode *Outputs[16];
- SDNode *StreamOutputs[64][4];
bool HasLinearInterpolation;
bool HasPerspectiveInterpolation;