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 c3d2276 commit e96b2a6Copy full SHA for e96b2a6
test/SIL/store_borrow_verify_errors.sil
@@ -199,7 +199,7 @@ bb1:
199
}
200
201
// CHECK: Begin Error in function test_store_borrow_dest
202
-// CHECK: SIL verification failed: store_borrow destination can only be an alloc_stack: isa<AllocStackInst>(SI->getDest())
+// CHECK: SIL verification failed: store_borrow destination can only be an alloc_stack: isLegal(SI->getDest())
203
// CHECK: Verifying instruction:
204
// CHECK: %0 = argument of bb0 : $Klass // user: %3
205
// CHECK: %2 = struct_element_addr %1 : $*NonTrivialStruct, #NonTrivialStruct.val // user: %3
0 commit comments