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 23d21cd commit ff7b71bCopy full SHA for ff7b71b
test/SILOptimizer/address_lowering.sil
@@ -27,6 +27,8 @@ protocol Error {}
27
28
struct I {}
29
30
+class Klass {}
31
+
32
struct SI<T> {
33
var element: T
34
var index: I
@@ -1426,8 +1428,6 @@ bb0(%0 : @guaranteed $TestGeneric<T>):
1426
1428
return %10 : $()
1427
1429
}
1430
-class Klass {}
-
1431
// CHECK-LABEL: sil hidden [ossa] @testBeginApply2LoadableYieldWithIndirectConv :
1432
// CHECK: bb0(%0 : @guaranteed $TestGeneric<Klass>):
1433
// CHECK: [[STK:%.*]] = alloc_stack $Klass
0 commit comments