Skip to content

Commit 3567348

Browse files
committed
[Test] Easedd check in minimal_metadata.sil.
Removed irrelevant, hard-coded register. rdar://117673486
1 parent 3d8e4b9 commit 3567348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/minimal_metadata.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sil @takeTy : $<T> (@thick T.Type) -> ()
5151
// // Verify that the metadata for T.Assoc isn't spuriously completed again.
5252
// CHECK-NOT: call swiftcc %swift.metadata_response @swift_checkMetadataState(i64 0, ptr %T.Assoc)
5353
// // 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)
54+
// CHECK: call swiftcc void @getBox(ptr noalias sret(%swift.opaque) %{{.*}}, ptr %T.Assoc, ptr %T.Assoc)
5555
// }
5656
sil @test_struct : $@convention(thin) <T : P> () -> () {
5757
entry:

0 commit comments

Comments
 (0)