summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
diff options
context:
space:
mode:
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2016-04-26 17:24:40 +0000
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2016-04-26 17:24:40 +0000
commit71515e57f9597cd79a920b01c1646b704557d2b6 (patch)
tree81b473c7a4773a03f4b21dccc1db92110365726e /llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
parentd66607bd8cd137e6c90b46ac6d4979c6942ea427 (diff)
downloadbcm5719-llvm-71515e57f9597cd79a920b01c1646b704557d2b6.tar.gz
bcm5719-llvm-71515e57f9597cd79a920b01c1646b704557d2b6.zip
[AMDGPU] Move reserved vgpr count for trap handler usage to SIMachineFunctionInfo + minor commenting changes
Differential Revision: http://reviews.llvm.org/D19537 llvm-svn: 267573
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h')
-rw-r--r--llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
index 12e6fee7d26..d794039d6fe 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
+++ b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
@@ -314,10 +314,6 @@ public:
return DebuggerReserveTrapVGPRs;
}
- unsigned debuggerReserveTrapVGPRCount() const {
- return debuggerReserveTrapVGPRs() ? 4 : 0;
- }
-
bool dumpCode() const {
return DumpCode;
}
OpenPOWER on IntegriCloud