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 14ff9c1 commit 4bc9e31Copy full SHA for 4bc9e31
test/IRGen/fulfillment.sil
@@ -70,7 +70,7 @@ class K<T> : A2 where T : C {
70
71
sil @callee : $@convention(method) <τ_0_0 where τ_0_0 : A2, τ_0_0.AssocTy : C> (@in_guaranteed τ_0_0) -> ()
72
73
-// CHECK-LABEL: define swiftcc void @caller(%T11fulfillment1KC** {{.*}}, %swift.type* %Self, i8** %SelfWitnessTable)
+// CHECK-LABEL: define{{.*}} swiftcc void @caller(%T11fulfillment1KC** {{.*}}, %swift.type* %Self, i8** %SelfWitnessTable)
74
// CHECK: entry:
75
// CHECK: %1 = bitcast %swift.type* %Self to i8***
76
// CHECK: %2 = getelementptr inbounds i8**, i8*** %1, i64 11
0 commit comments