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 560fe75 commit defb819Copy full SHA for defb819
test/SILGen/coroutine_accessors.swift
@@ -17,7 +17,7 @@ public var _i: Int = 0
17
18
public var irm: Int {
19
// CHECK-LABEL: sil [ossa] @$s19coroutine_accessors1SV3irmSivy :
20
-// CHECK-SAME: $@yield_once
+// CHECK-SAME: $@yield_once_2
21
// CHECK-SAME: @convention(method)
22
// CHECK-SAME: (@guaranteed S)
23
// CHECK-SAME: ->
@@ -28,7 +28,7 @@ public var irm: Int {
28
yield _i
29
}
30
// CHECK-LABEL: sil [ossa] @$s19coroutine_accessors1SV3irmSivx :
31
32
33
// CHECK-SAME: (@inout S)
34
0 commit comments