summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-07-25 19:06:25 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-07-25 19:06:25 +0000
commitcdae95bef202c34adb65d195bed5d8d7bc77703c (patch)
tree5bd3e6b5376b55fe1c4b61cc962c11223075ee77 /llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
parentc486541fea5db3a329132949c61ecf443aac3aea (diff)
downloadbcm5719-llvm-cdae95bef202c34adb65d195bed5d8d7bc77703c.tar.gz
bcm5719-llvm-cdae95bef202c34adb65d195bed5d8d7bc77703c.zip
AMDGPU: Delete dead code
llvm-svn: 276675
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h')
-rw-r--r--llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
index 5a7485bc6b1..ee7da48d0d7 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
+++ b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
@@ -328,8 +328,6 @@ public:
short getTexVTXClauseSize() const {
return TexVTXClauseSize;
}
-
- unsigned getStackEntrySize() const;
};
class SISubtarget final : public AMDGPUSubtarget {
@@ -378,10 +376,6 @@ public:
bool isVGPRSpillingEnabled(const Function& F) const;
- unsigned getAmdKernelCodeChipID() const;
-
- AMDGPU::IsaVersion getIsaVersion() const;
-
unsigned getMaxNumUserSGPRs() const {
return 16;
}
OpenPOWER on IntegriCloud