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.
2 parents 724f8c2 + 51de636 commit f6d30c3Copy full SHA for f6d30c3
test/IRGen/abitypes.swift
@@ -543,8 +543,8 @@ class Foo {
543
}
544
545
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)
+// armv7-ios: define internal void @makeOne(%struct.One* noalias sret align 4 %agg.result, float %f, float %s)
+// armv7s-ios: define internal void @makeOne(%struct.One* noalias sret align 4 %agg.result, float %f, float %s)
548
// armv7k-watchos: define internal %struct.One @makeOne(float %f, float %s)
549
550
// rdar://17631440 - Expand direct arguments that are coerced to aggregates.
0 commit comments