File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -759,9 +759,9 @@ bb0(%0 : @owned $C3):
759
759
}
760
760
761
761
// CHECK-LABEL: sil [ossa] @dead_upcast
762
- // XHECK : bb0
763
- // XHECK -NEXT: copy_value
764
- // XHECK -NEXT: return
762
+ // CHECK : bb0
763
+ // CHECK -NEXT: copy_value
764
+ // CHECK -NEXT: return
765
765
sil [ossa] @dead_upcast : $@convention(thin) (@guaranteed C2) -> @owned C2 {
766
766
bb0(%0 : @guaranteed $C2):
767
767
%1 = upcast %0 : $C2 to $C1
@@ -770,9 +770,9 @@ bb0(%0 : @guaranteed $C2):
770
770
}
771
771
772
772
// CHECK-LABEL: sil [ossa] @dead_unchecked_ref_cast
773
- // XHECK : bb0
774
- // XHECK -NEXT: copy_value
775
- // XHECK -NEXT: return
773
+ // CHECK : bb0
774
+ // CHECK -NEXT: copy_value
775
+ // CHECK -NEXT: return
776
776
sil [ossa] @dead_unchecked_ref_cast : $@convention(thin) (@guaranteed C1) -> @owned C1 {
777
777
bb0(%0 : @guaranteed $C1):
778
778
%1 = unchecked_ref_cast %0 : $C1 to $C2
You can’t perform that action at this time.
0 commit comments