aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/R600/R600MachineFunctionInfo.cpp
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
commitd8ac91d436e94c1d2b77646e65e04bc9726ddbca (patch)
treed56f1ec5efcc84747f59cb76faef6cbcce6ece09 /llvm/lib/Target/R600/R600MachineFunctionInfo.cpp
parentaa300017e1c1f9e4c25598e2190dff54d439ef94 (diff)
downloadllvm-d8ac91d436e94c1d2b77646e65e04bc9726ddbca.zip
llvm-d8ac91d436e94c1d2b77646e65e04bc9726ddbca.tar.gz
llvm-d8ac91d436e94c1d2b77646e65e04bc9726ddbca.tar.bz2
R600: Simplify stream outputs intrinsic
Patch by: Vincent Lejeune Reviewed-by: Tom Stellard <thomas.stellard@amd.com> llvm-svn: 173296
Diffstat (limited to 'llvm/lib/Target/R600/R600MachineFunctionInfo.cpp')
-rw-r--r--llvm/lib/Target/R600/R600MachineFunctionInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/R600MachineFunctionInfo.cpp b/llvm/lib/Target/R600/R600MachineFunctionInfo.cpp
index 4eb5efa..bcb7f94 100644
--- a/llvm/lib/Target/R600/R600MachineFunctionInfo.cpp
+++ b/llvm/lib/Target/R600/R600MachineFunctionInfo.cpp
@@ -17,7 +17,6 @@ R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF)
HasLinearInterpolation(false),
HasPerspectiveInterpolation(false) {
memset(Outputs, 0, sizeof(Outputs));
- memset(StreamOutputs, 0, sizeof(StreamOutputs));
}
unsigned R600MachineFunctionInfo::GetIJPerspectiveIndex() const {