mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
AMDGPU: Fix stray typing
llvm-svn: 365373
This commit is contained in:
parent
cfa2c4b845
commit
7c2c423dc3
@ -72,7 +72,7 @@ SIMachineFunctionInfo::SIMachineFunctionInfo(const MachineFunction &MF)
|
||||
ScratchRSrcReg = AMDGPU::SGPR0_SGPR1_SGPR2_SGPR3;
|
||||
ScratchWaveOffsetReg = AMDGPU::SGPR33;
|
||||
|
||||
// TODO: Pick a high register, and shift down, similar to a kernel.wwwwwwwwwwww
|
||||
// TODO: Pick a high register, and shift down, similar to a kernel.
|
||||
FrameOffsetReg = AMDGPU::SGPR34;
|
||||
StackPtrOffsetReg = AMDGPU::SGPR32;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user