[PATCH] D58865: [AMDGPU][Codegen] fix typos in test file

Xing via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 1 22:31:25 PST 2019


Higuoxing created this revision.
Herald added subscribers: llvm-commits, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

Repository:
  rL LLVM

https://reviews.llvm.org/D58865

Files:
  test/CodeGen/AMDGPU/rewrite-out-arguments.ll


Index: test/CodeGen/AMDGPU/rewrite-out-arguments.ll
===================================================================
--- test/CodeGen/AMDGPU/rewrite-out-arguments.ll
+++ test/CodeGen/AMDGPU/rewrite-out-arguments.ll
@@ -282,7 +282,7 @@
 ; CHECK-NEXT: %2 = call %void_one_out_arg_v2i32_1_use @void_one_out_arg_v2i32_1_use.body(<2 x i32>* undef)
 ; CHECK-NEXT: %3 = extractvalue %void_one_out_arg_v2i32_1_use %2, 0
 ; CHECK-NEXT: store <2 x i32> %3, <2 x i32>* %0, align 8
-; CHCEK-NEXT: ret void
+; CHECK-NEXT: ret void
 define void @void_one_out_arg_v2i32_1_use(<2 x i32>* %val) #0 {
   store <2 x i32> <i32 17, i32 9>, <2 x i32>* %val
   ret void


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58865.189033.patch
Type: text/x-patch
Size: 650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190302/d0b6cedf/attachment-0001.bin>


More information about the llvm-commits mailing list