Skip to content

Commit 215db7e

Browse files
author
Nathan Hawes
authored
Merge pull request #24573 from nathawes/rdar50543373-parseable-interface-enum-layout-not-always-a-tail-call-5.1
[test] Fix check line in test/ParseableInterface/enums-layout.swift
2 parents 16641da + 570e61a commit 215db7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ParseableInterface/enums-layout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func testFutureproofEnum() -> FutureproofEnum {
1212
// CHECK: [[CASE:%.+]] = load i32, i32* @"$s3Lib15FutureproofEnumO1byA2CmFWC"
1313
// CHECK: [[METADATA_RESPONSE:%.+]] = tail call swiftcc %swift.metadata_response @"$s3Lib15FutureproofEnumOMa"
1414
// CHECK: [[METADATA:%.+]] = extractvalue %swift.metadata_response [[METADATA_RESPONSE]], 0
15-
// CHECK: tail call void {{%.+}}(%swift.opaque* noalias %0, i32 [[CASE]], %swift.type* [[METADATA]])
15+
// CHECK: call void {{%.+}}(%swift.opaque* noalias %0, i32 [[CASE]], %swift.type* [[METADATA]])
1616
// CHECK-NEXT: ret void
1717
return .b
1818
} // CHECK-NEXT: {{^}$}}

0 commit comments

Comments
 (0)