]> granicus.if.org Git - llvm/commitdiff
Reformat blank lines.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 27 Jun 2016 10:26:25 +0000 (10:26 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 27 Jun 2016 10:26:25 +0000 (10:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273858 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.h

index 0904d7dc8ab690f28ae1559c0d989d064285fd69..529852b019e8caa80fc1f72d696698d0744ace68 100644 (file)
@@ -7,7 +7,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-
 #include "SIMachineFunctionInfo.h"
 #include "AMDGPUSubtarget.h"
 #include "SIInstrInfo.h"
@@ -208,7 +207,6 @@ SIMachineFunctionInfo::SpilledReg SIMachineFunctionInfo::getSpilledReg (
       // We have no VGPRs left for spilling SGPRs.
       return Spill;
 
-
     LaneVGPRs[LaneVGPRIdx] = LaneVGPR;
 
     // Add this register as live-in to all blocks to avoid machine verifer
index 0ad25f0cae4d4ec37a5109b41afdfb3f8884010a..a0d95d56519a94931cc630c3750534f1b99ba5c4 100644 (file)
@@ -106,7 +106,6 @@ private:
   bool WorkItemIDY : 1;
   bool WorkItemIDZ : 1;
 
-
   MCPhysReg getNextUserSGPR() const {
     assert(NumSystemSGPRs == 0 && "System SGPRs must be added after user SGPRs");
     return AMDGPU::SGPR0 + NumUserSGPRs;