We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b1038 commit 56439eaCopy full SHA for 56439ea
test/SIL/verifier_failures.sil
@@ -4,13 +4,12 @@
4
sil_stage canonical
5
6
import Builtin
7
-import Swift
8
-import SwiftShims
9
10
class C {}
11
12
-// CHECK: Begin Error in function end_borrow_1_addr_alloc_stack
13
-// CHECK-NEXT: SIL verification failed: end_borrow of an address not produced by store_borrow
+// CHECK-LABEL: Begin Error in function end_borrow_1_addr_alloc_stack
+// CHECK: SIL verification failed: end_borrow of an address not produced by store_borrow
+// CHECK-LABEL: End Error in function end_borrow_1_addr_alloc_stack
14
sil [ossa] @end_borrow_1_addr_alloc_stack : $@convention(thin) () -> () {
15
%addr = alloc_stack $C
16
end_borrow %addr : $*C
0 commit comments