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 | 2a3e0d7e76079289e2b007a15c311c51218f0b89 (patch) | |
tree | 6d316387969640c604d69f7ba07ff80245492991 /lib/Target/R600/R600MachineFunctionInfo.h | |
parent | 1094b41c7b26089025822c5705b5c771f9b8cda4 (diff) | |
download | external_llvm-2a3e0d7e76079289e2b007a15c311c51218f0b89.zip external_llvm-2a3e0d7e76079289e2b007a15c311c51218f0b89.tar.gz external_llvm-2a3e0d7e76079289e2b007a15c311c51218f0b89.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/R600/R600MachineFunctionInfo.h b/lib/Target/R600/R600MachineFunctionInfo.h index e97fb5b..91f9de2 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; |