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.
2 parents 5da39be + 77eafab commit c8ac18dCopy full SHA for c8ac18d
test/IRGen/bridge_object_x86_64.sil
@@ -12,7 +12,7 @@ sil_vtable C {}
12
@objc protocol ObjC {}
13
14
// CHECK-LABEL: define{{( dllexport)?}}{{( protected)?}} swiftcc void @retain_release_bridge_object
15
-// CHECK: call [[BRIDGE:%swift.bridge\*]] @swift_bridgeObjectRetain
+// CHECK: call [[BRIDGE:%swift.bridge\*]] @swift_bridgeObjectRetain{{.*}}returned
16
// CHECK: call void @swift_bridgeObjectRelease
17
sil @retain_release_bridge_object : $(Builtin.BridgeObject) -> () {
18
entry(%b : $Builtin.BridgeObject):
0 commit comments