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 ac8cd1f commit b582505Copy full SHA for b582505
test/SILGen/protocols.swift
@@ -427,7 +427,7 @@ public func test(_ p: Proto) {
427
p.val.x += 1
428
}
429
430
-// CHECK-LABEL: sil @_T09protocols4testyyAA5Proto_pF : $@convention(thin) (@in Proto) -> ()
+// CHECK-LABEL: sil @_T09protocols4test{{.*}}: $@convention(thin) (@in Proto) -> ()
431
// CHECK: [[OPEN:%.*]] = open_existential_addr immutable_access
432
// CHECK: [[MAT:%.*]] = witness_method $@opened("{{.*}}") Proto, #Proto.val!materializeForSet
433
// CHECK: [[BUF:%.*]] = apply [[MAT]]
0 commit comments