Skip to content

Commit f6d30c3

Browse files
authored
Merge pull request #30900 from aschwaighofer/fix_test_irgen_abitypes_armv7
2 parents 724f8c2 + 51de636 commit f6d30c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/abitypes.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,8 @@ class Foo {
543543
}
544544
}
545545

546-
// armv7-ios: define internal void @makeOne(%struct.One* noalias sret %agg.result, float %f, float %s)
547-
// armv7s-ios: define internal void @makeOne(%struct.One* noalias sret %agg.result, float %f, float %s)
546+
// armv7-ios: define internal void @makeOne(%struct.One* noalias sret align 4 %agg.result, float %f, float %s)
547+
// armv7s-ios: define internal void @makeOne(%struct.One* noalias sret align 4 %agg.result, float %f, float %s)
548548
// armv7k-watchos: define internal %struct.One @makeOne(float %f, float %s)
549549

550550
// rdar://17631440 - Expand direct arguments that are coerced to aggregates.

0 commit comments

Comments
 (0)