From: Matt Arsenault Date: Mon, 8 Jul 2019 19:05:19 +0000 (+0000) Subject: AMDGPU: Fix stray typing X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac0e90fd2486f1ae151cab28b7ae6e30b1abe1c0;p=llvm AMDGPU: Fix stray typing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365373 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp b/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp index 3cbd4c3ae13..e70a51bfd3d 100644 --- a/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp +++ b/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp @@ -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;