Skip to content

Commit 23b216b

Browse files
authored
Merge pull request #7184 from eeckstein/fix-test
2 parents 6f63c77 + 960fe2a commit 23b216b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/abitypes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ public func testInlineAgg(_ rect: MyRect) -> Float {
544544
}
545545

546546
// We need to allocate enough memory on the stack to hold the argument value we load.
547-
// arm64-ios: define void @_TF8abitypes14testBOOLStructFT_T_()
547+
// arm64-ios: define void @_T08abitypes14testBOOLStructyyF()
548548
// arm64-ios: [[COERCED:%.*]] = alloca i64
549549
// arm64-ios: [[STRUCTPTR:%.*]] = bitcast i64* [[COERCED]] to %VSC14FiveByteStruct
550550
// arm64-ios: [[PTR0:%.*]] = getelementptr inbounds %VSC14FiveByteStruct, %VSC14FiveByteStruct* [[STRUCTPTR]], {{i.*}} 0, {{i.*}} 0

0 commit comments

Comments
 (0)