diff options
author | Mandeep Singh Grang <mgrang@quicinc.com> | 2019-02-21 20:04:20 +0000 |
---|---|---|
committer | Mandeep Singh Grang <mgrang@quicinc.com> | 2019-02-21 20:04:20 +0000 |
commit | 096fae32b369519d413952ec1a64687f45a4e2fc (patch) | |
tree | a20fecb0a0ade28172e59d82d55c629fa296a3d2 /llvm/test/CodeGen/AMDGPU/sgpr-copy.ll | |
parent | d2d3244363b705dc8edfff2a7cabf8433cf76fc5 (diff) | |
download | bcm5719-llvm-096fae32b369519d413952ec1a64687f45a4e2fc.tar.gz bcm5719-llvm-096fae32b369519d413952ec1a64687f45a4e2fc.zip |
[llvm] Fix typo: 's/ ot / to /' [NFC]
llvm-svn: 354614
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/sgpr-copy.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/sgpr-copy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/sgpr-copy.ll b/llvm/test/CodeGen/AMDGPU/sgpr-copy.ll index eabda11e39d..574ce5f6c88 100644 --- a/llvm/test/CodeGen/AMDGPU/sgpr-copy.ll +++ b/llvm/test/CodeGen/AMDGPU/sgpr-copy.ll @@ -166,7 +166,7 @@ ENDIF24: ; preds = %IF25, %ENDIF ret void } -; We just want ot make sure the program doesn't crash +; We just want to make sure the program doesn't crash ; CHECK-LABEL: {{^}}loop: define amdgpu_ps void @loop(<4 x i32> addrspace(4)* inreg %arg, <4 x i32> addrspace(4)* inreg %arg1, <8 x i32> addrspace(4)* inreg %arg2, i32 inreg %arg3, <2 x i32> %arg4, <2 x i32> %arg5, <2 x i32> %arg6, <3 x i32> %arg7, <2 x i32> %arg8, <2 x i32> %arg9, <2 x i32> %arg10, float %arg11, float %arg12, float %arg13, float %arg14, float %arg15, float %arg16, float %arg17, float %arg18, float %arg19) #0 { main_body: |