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 3d8e4b9 + 3567348 commit d69fd57Copy full SHA for d69fd57
test/IRGen/minimal_metadata.sil
@@ -51,7 +51,7 @@ sil @takeTy : $<T> (@thick T.Type) -> ()
51
// // Verify that the metadata for T.Assoc isn't spuriously completed again.
52
// CHECK-NOT: call swiftcc %swift.metadata_response @swift_checkMetadataState(i64 0, ptr %T.Assoc)
53
// // Verify that the metadata for T.Assoc from swift_getAssociatedTypeWitness is reused directly in the getBox call.
54
-// CHECK: call swiftcc void @getBox(ptr noalias sret(%swift.opaque) %6, ptr %T.Assoc, ptr %T.Assoc)
+// CHECK: call swiftcc void @getBox(ptr noalias sret(%swift.opaque) %{{.*}}, ptr %T.Assoc, ptr %T.Assoc)
55
// }
56
sil @test_struct : $@convention(thin) <T : P> () -> () {
57
entry:
0 commit comments