diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-01-23 21:39:47 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-01-23 21:39:47 +0000 |
commit | d8ac91d436e94c1d2b77646e65e04bc9726ddbca (patch) | |
tree | d56f1ec5efcc84747f59cb76faef6cbcce6ece09 /llvm/lib/Target/R600/R600MachineFunctionInfo.cpp | |
parent | aa300017e1c1f9e4c25598e2190dff54d439ef94 (diff) | |
download | llvm-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.cpp | 1 |
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 { |