Skip to content

Commit 63ee747

Browse files
authored
Merge pull request #66438 from gottesmm/pr-9dd89bbe721d2dbc04c56d958953c2d3cd7cb123
[move-only] Make test 32 bit friendly.
2 parents 3c819c3 + 2488f19 commit 63ee747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/moveonly_split_module_source_deinit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// Make sure we call the deinit through the value witness table in the other module.
77

8-
// REFERRING_MODULE-LABEL: define {{.*}}swiftcc void @"$s6serverAAV4mainyyKFZ"(%swift.refcounted* swiftself %0, %swift.error** noalias nocapture swifterror dereferenceable(8) %1) {{.*}}{
8+
// REFERRING_MODULE-LABEL: define {{.*}}swiftcc void @"$s6serverAAV4mainyyKFZ"(%swift.refcounted* swiftself %0, %swift.error** noalias nocapture swifterror dereferenceable({{4|8}}) %1) {{.*}}{
99
// REFERRING_MODULE: [[SERVER:%.*]] = alloca %T6server8MoveOnlyV
1010
// REFERRING_MODULE: [[VALUE_WITNESS_TABLE:%.*]] = getelementptr inbounds i8*, i8** %"$s6server8MoveOnlyVN.valueWitnesses"
1111
// REFERRING_MODULE: [[VALUE_WITNESS:%.*]] = load i8*, i8** [[VALUE_WITNESS_TABLE]]

0 commit comments

Comments
 (0)