Skip to content

Commit 3beb045

Browse files
committed
[embedded] Adjust classes-stack-promotion.swift IR expectations after pass changes
1 parent b2e43f3 commit 3beb045

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/embedded/classes-stack-promotion.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ struct Main {
8686
// CHECK-IR-NEXT: call {{.*}}@"$s4main5print_10terminatorys12StaticStringV_AEtF"
8787
// CHECK-IR-NEXT: call {{.*}}@"$s4main5print_10terminatorys12StaticStringV_AEtF"
8888
// CHECK-IR-NEXT: call {{.*}}@"$s4main3bar1oyAA7MyClassC_tF"
89-
// CHECK-IR-NEXT: call {{.*}}@swift_setDeallocating
90-
// CHECK-IR-NEXT: call {{.*}}@"$s4main5print_10terminatorys12StaticStringV_AEtF"
91-
// CHECK-IR-NEXT: call {{.*}}@"$s4main5print_10terminatorys12StaticStringV_AEtF"
89+
// CHECK-IR-NEXT: call {{.*}}@swift_release
9290
// CHECK-IR-NEXT: call {{.*}}@llvm.lifetime.end.p0
9391
// CHECK-IR-NEXT: call {{.*}}@"$s4main5print_10terminatorys12StaticStringV_AEtF"
9492
// CHECK-IR-NEXT: call {{.*}}@swift_initStackObject

0 commit comments

Comments
 (0)