Skip to content

Commit 78c1307

Browse files
committed
[wip]: attempt some test fixes
1 parent 681e226 commit 78c1307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/SILGen/consume_operator.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ func testLoadableVar() {
4242

4343
// CHECK-LABEL: sil hidden [ossa] @$s7consume18testAddressOnlyLetyyxmAA1PRzlF : $@convention(thin) <T where T : P> (@thick T.Type) -> () {
4444
// CHECK: [[BOX:%.*]] = alloc_stack [lexical] [var_decl] $T
45+
// CHECK: [[MUI:%.*]] = mark_uninitialized [var] [[BOX]]
4546
//
4647
// CHECK: [[STACK:%.*]] = alloc_stack $T
47-
// CHECK: mark_unresolved_move_addr [[BOX]] to [[STACK]]
48+
// CHECK: mark_unresolved_move_addr [[MUI]] to [[STACK]]
4849
//
4950
// CHECK: } // end sil function '$s7consume18testAddressOnlyLetyyxmAA1PRzlF'
5051
func testAddressOnlyLet<T : P>(_ t: T.Type) {

0 commit comments

Comments
 (0)