Skip to content

Commit 22e5fc5

Browse files
authored
Merge pull request #63085 from apple/compnerd/sigil-spelling
Update runtime_attributes.swift
2 parents 7fa0dd0 + f42e40b commit 22e5fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILGen/runtime_attributes.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct TestSelfUse {
8181
// CHECK-NEXT: [[PROP_ADDR:%.*]] = pointer_to_address [[ADDR_RESULT]] : $Builtin.RawPointer to [strict] $*Int
8282
// CHECK-NEXT: [[PROP_ACCESS:%.*]] = begin_access [read] [dynamic] [[PROP_ADDR]] : $*Int
8383
// CHECK-NEXT: [[PROP_VALUE:%.*]] = load [trivial] [[PROP_ACCESS]] : $*Int
84-
// CHECK_NEXT: end_access [[PROP_ACCESS]] : $*Int
84+
// CHECK-NEXT: end_access [[PROP_ACCESS]] : $*Int
8585
// CHECK: [[PROP_VAL_COPY:%.*]] = alloc_stack $Int
8686
// CHECK: store [[PROP_VALUE]] to [trivial] [[PROP_VAL_COPY]] : $*Int
8787
// CHECK: [[FLAG_INIT_REF:%.*]] = function_ref @$s18runtime_attributes4FlagV10attachedTo5valueACyxGqd___xtclufC
@@ -94,7 +94,7 @@ struct TestSelfUse {
9494
// CHECK-NEXT: [[PROP_ADDR:%.*]] = pointer_to_address [[ADDR_RESULT]] : $Builtin.RawPointer to [strict] $*String
9595
// CHECK-NEXT: [[PROP_ACCESS:%.*]] = begin_access [read] [dynamic] [[PROP_ADDR]] : $*String
9696
// CHECK-NEXT: [[PROP_VALUE:%.*]] = load [copy] [[PROP_ACCESS]] : $*String
97-
// CHECK_NEXT: end_access [[PROP_ACCESS]] : $*String
97+
// CHECK-NEXT: end_access [[PROP_ACCESS]] : $*String
9898
// CHECK: [[PROP_VAL_COPY:%.*]] = alloc_stack $String
9999
// CHECK: store [[PROP_VALUE]] to [init] [[PROP_VAL_COPY]] : $*String
100100
// CHECK: [[FLAG_INIT_REF:%.*]] = function_ref @$s18runtime_attributes4FlagV10attachedTo5valueACyxGqd___xtclufC

0 commit comments

Comments
 (0)