[llvm] [llvm][test] Fix filecheck annotation typos [1/n] (PR #93673)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 12:17:54 PDT 2024


================
@@ -103,9 +103,9 @@ entry:
 ; directly to a return value.
 
 ; TODO
-; COM: CHECK: define ptr @test5
-; COM: CHECK: call ptr @returner()
-; COM: CHECK-NEXT: ret ptr %call
+; CHECK: define ptr @test5
+; CHECK: call ptr @returner()
+; CHECK-NEXT: ret ptr %call
----------------
klensy wrote:

forgot here too

https://github.com/llvm/llvm-project/pull/93673


More information about the llvm-commits mailing list