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 681e226 commit 78c1307Copy full SHA for 78c1307
test/SILGen/consume_operator.swift
@@ -42,9 +42,10 @@ func testLoadableVar() {
42
43
// CHECK-LABEL: sil hidden [ossa] @$s7consume18testAddressOnlyLetyyxmAA1PRzlF : $@convention(thin) <T where T : P> (@thick T.Type) -> () {
44
// CHECK: [[BOX:%.*]] = alloc_stack [lexical] [var_decl] $T
45
+// CHECK: [[MUI:%.*]] = mark_uninitialized [var] [[BOX]]
46
//
47
// CHECK: [[STACK:%.*]] = alloc_stack $T
-// CHECK: mark_unresolved_move_addr [[BOX]] to [[STACK]]
48
+// CHECK: mark_unresolved_move_addr [[MUI]] to [[STACK]]
49
50
// CHECK: } // end sil function '$s7consume18testAddressOnlyLetyyxmAA1PRzlF'
51
func testAddressOnlyLet<T : P>(_ t: T.Type) {
0 commit comments