File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ struct TestSelfUse {
81
81
// CHECK-NEXT: [[PROP_ADDR:%.*]] = pointer_to_address [[ADDR_RESULT]] : $Builtin.RawPointer to [strict] $*Int
82
82
// CHECK-NEXT: [[PROP_ACCESS:%.*]] = begin_access [read] [dynamic] [[PROP_ADDR]] : $*Int
83
83
// 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
85
85
// CHECK: [[PROP_VAL_COPY:%.*]] = alloc_stack $Int
86
86
// CHECK: store [[PROP_VALUE]] to [trivial] [[PROP_VAL_COPY]] : $*Int
87
87
// CHECK: [[FLAG_INIT_REF:%.*]] = function_ref @$s18runtime_attributes4FlagV10attachedTo5valueACyxGqd___xtclufC
@@ -94,7 +94,7 @@ struct TestSelfUse {
94
94
// CHECK-NEXT: [[PROP_ADDR:%.*]] = pointer_to_address [[ADDR_RESULT]] : $Builtin.RawPointer to [strict] $*String
95
95
// CHECK-NEXT: [[PROP_ACCESS:%.*]] = begin_access [read] [dynamic] [[PROP_ADDR]] : $*String
96
96
// 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
98
98
// CHECK: [[PROP_VAL_COPY:%.*]] = alloc_stack $String
99
99
// CHECK: store [[PROP_VALUE]] to [init] [[PROP_VAL_COPY]] : $*String
100
100
// CHECK: [[FLAG_INIT_REF:%.*]] = function_ref @$s18runtime_attributes4FlagV10attachedTo5valueACyxGqd___xtclufC
You can’t perform that action at this time.
0 commit comments