summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
diff options
context:
space:
mode:
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2017-02-08 13:29:23 +0000
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2017-02-08 13:29:23 +0000
commit27d64c3566c217f6fa826eccc3e40bc393f03698 (patch)
tree18a9eedc2bdcfea71b98d61a3a57c58c9f84f20c /llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
parent772498dc684cef556928a6ce53f4d6b026b43a5d (diff)
downloadbcm5719-llvm-27d64c3566c217f6fa826eccc3e40bc393f03698.tar.gz
bcm5719-llvm-27d64c3566c217f6fa826eccc3e40bc393f03698.zip
[AMDGPU][NFC] De-tabify
llvm-svn: 294445
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp')
-rw-r--r--llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
index 78b451f9847..365c3681d2b 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
+++ b/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
@@ -269,7 +269,7 @@ bool SISubtarget::isVGPRSpillingEnabled(const Function& F) const {
}
unsigned SISubtarget::getKernArgSegmentSize(const MachineFunction &MF,
- unsigned ExplicitArgBytes) const {
+ unsigned ExplicitArgBytes) const {
unsigned ImplicitBytes = getImplicitArgNumBytes(MF);
if (ImplicitBytes == 0)
return ExplicitArgBytes;
OpenPOWER on IntegriCloud