diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-22 11:14:12 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-22 11:14:12 +0000 |
commit | 84965031a75345167c6ec2cf5e5c133869a43b47 (patch) | |
tree | b075480051128da15f870bf8cadea3fb550a7591 /llvm/lib/Target/AMDGPU/SIISelLowering.cpp | |
parent | 70ad98aca403cd1cb75fb326517e528b589808a4 (diff) | |
download | bcm5719-llvm-84965031a75345167c6ec2cf5e5c133869a43b47.tar.gz bcm5719-llvm-84965031a75345167c6ec2cf5e5c133869a43b47.zip |
Reformat comment lines.
llvm-svn: 248262
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/AMDGPU/SIISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIISelLowering.cpp b/llvm/lib/Target/AMDGPU/SIISelLowering.cpp index 120966e92db..66fdeb57f3b 100644 --- a/llvm/lib/Target/AMDGPU/SIISelLowering.cpp +++ b/llvm/lib/Target/AMDGPU/SIISelLowering.cpp @@ -569,7 +569,7 @@ SDValue SITargetLowering::LowerFormalArguments( } // The pointer to the list of arguments is stored in SGPR0, SGPR1 - // The pointer to the scratch buffer is stored in SGPR2, SGPR3 + // The pointer to the scratch buffer is stored in SGPR2, SGPR3 if (Info->getShaderType() == ShaderType::COMPUTE) { if (Subtarget->isAmdHsaOS()) Info->NumUserSGPRs = 2; // FIXME: Need to support scratch buffers. |