mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 12:11:58 +00:00
Reformat blank lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
886cd3a38a
commit
58ebb2d4e5
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user