================
@@ -5,6 +5,7 @@
 
 // CHECK-LABEL: @test_r0
 // CHECK: call void asm sideeffect "", "{$r0}"(i32 undef)
+// CHECK: call void asm sideeffect "", "{$r0}"(i32 undef)
----------------
xen0n wrote:

Maybe we can use [the `CHECK-COUNT` 
directive](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-count-directive):
 `CHECK-COUNT-2` and a `CHECK-NOT`, to ensure there are exactly 2 lines having 
this content.

Otherwise LGTM, thanks!

https://github.com/llvm/llvm-project/pull/138391
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to