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 @@ -1150,7 +1150,7 @@ func address_only_with_nontrivial_subtype(_ a: NonTrivialSingleCaseEnum, _ value
1150
1150
// This test makes sure that when we have a tuple that is partly address only
1151
1151
// and partially an object that even though we access the object at +0 via a
1152
1152
// load_borrow, we do not lose the +1 from the original tuple formation.
1153
- // CHECK-LABEL: sil hidden [ossa] @$s6switch35partial_address_only_tuple_dispatchyyAA5KlassC_ypSgtF : $@convention(thin) (@guaranteed Klass, @in_guaranteed Optional<Any>) -> () {
1153
+ // CHECK-LABEL: sil hidden @$s6switch35partial_address_only_tuple_dispatchyyAA5KlassC_ypSgtF : $@convention(thin) (@guaranteed Klass, @in_guaranteed Optional<Any>) -> () {
1154
1154
// CHECK: bb0([[ARG0:%.*]] : @guaranteed $Klass, [[ARG1:%.*]] : $*Optional<Any>):
1155
1155
// CHECK: [[ARG0_COPY:%.*]] = copy_value [[ARG0]]
1156
1156
// CHECK: [[ARG1_COPY:%.*]] = alloc_stack $Optional<Any>
@@ -1182,7 +1182,7 @@ func partial_address_only_tuple_dispatch(_ name: Klass, _ value: Any?) {
1182
1182
}
1183
1183
}
1184
1184
1185
- // CHECK-LABEL: sil hidden [ossa] @$s6switch50partial_address_only_tuple_dispatch_with_fail_caseyyAA5KlassC_ypSgtF : $@convention(thin) (@guaranteed Klass, @in_guaranteed Optional<Any>) -> () {
1185
+ // CHECK-LABEL: sil hidden @$s6switch50partial_address_only_tuple_dispatch_with_fail_caseyyAA5KlassC_ypSgtF : $@convention(thin) (@guaranteed Klass, @in_guaranteed Optional<Any>) -> () {
1186
1186
// CHECK: bb0([[ARG0:%.*]] : @guaranteed $Klass, [[ARG1:%.*]] : $*Optional<Any>):
1187
1187
// CHECK: [[ARG0_COPY:%.*]] = copy_value [[ARG0]]
1188
1188
// CHECK: [[ARG1_COPY:%.*]] = alloc_stack $Optional<Any>
You can’t perform that action at this time.
0 commit comments