]> granicus.if.org Git - llvm/commitdiff
[AMDGPU][NFC] De-tabify
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Wed, 8 Feb 2017 13:29:23 +0000 (13:29 +0000)
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Wed, 8 Feb 2017 13:29:23 +0000 (13:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294445 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AMDGPUSubtarget.cpp

index 78b451f984789ad3320f6c72d1e15f26eabc520d..365c3681d2b783eba8bb40a1decd0665d6ce33a0 100644 (file)
@@ -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;