Skip to content

Commit 9053f0e

Browse files
committed
cxx-interop: Fix CHECK-LABEL spelling
1 parent dbbaf46 commit 9053f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Interop/Cxx/class/type-classification-non-trivial-silgen.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public func testStructWithSubobjectDestructor() {
3131
let d = StructWithSubobjectDestructor()
3232
}
3333

34-
// CHECK-LABLE: sil [ossa] @$s4main37testStructWithCopyConstructorAndValueSbyF
34+
// CHECK-LABEL: sil [ossa] @$s4main37testStructWithCopyConstructorAndValueSbyF
3535
// CHECK: [[AS:%.*]] = alloc_stack [lexical] $StructWithCopyConstructorAndValue
3636
// CHECK: [[FN:%.*]] = function_ref @{{_ZN33StructWithCopyConstructorAndValueC1Ei|\?\?0StructWithCopyConstructorAndValue@@QEAA@H@Z}} : $@convention(c) (Int32) -> @out StructWithCopyConstructorAndValue
3737
// CHECK: apply [[FN]]([[AS]], %{{.*}}) : $@convention(c) (Int32) -> @out StructWithCopyConstructorAndValue
@@ -44,7 +44,7 @@ public func testStructWithSubobjectDestructor() {
4444
// CHECK: [[OUT:%.*]] = apply [[CMP_FN]]([[OBJ_VAL]], [[INT_42]], %{{.*}}) : $@convention(method) (Int32, Int32, @thin Int32.Type) -> Bool
4545
// CHECK: destroy_addr [[AS]] : $*StructWithCopyConstructorAndValue
4646
// CHECK: return [[OUT]] : $Bool
47-
// CHECK-LABLE: end sil function '$s4main37testStructWithCopyConstructorAndValueSbyF'
47+
// CHECK-LABEL: end sil function '$s4main37testStructWithCopyConstructorAndValueSbyF'
4848

4949
// CHECK-LABEL: sil [clang StructWithCopyConstructorAndValue.init] @{{_ZN33StructWithCopyConstructorAndValueC1Ei|\?\?0StructWithCopyConstructorAndValue@@QEAA@H@Z}} : $@convention(c) (Int32) -> @out StructWithCopyConstructorAndValue
5050
public func testStructWithCopyConstructorAndValue() -> Bool {

0 commit comments

Comments
 (0)