Skip to content

Commit 960fe2a

Browse files
committed
fix test for new mangling with arm64
1 parent 3d3fdec commit 960fe2a

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)