File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class ArrayStorage {
29
29
}
30
30
31
31
class Kl2 {
32
- @_hasStorage var i: Int
32
+ @_hasStorage var i: Int64
33
33
}
34
34
35
35
@@ -562,14 +562,14 @@ bb0(%0 : @owned $_ContiguousArrayStorage<Element>):
562
562
// CHECK-LABEL: sil [ossa] @dead_alloc_with_complex_ossa_destructor
563
563
// CHECK-NOT: alloc_ref
564
564
// CHECK: } // end sil function 'dead_alloc_with_complex_ossa_destructor'
565
- sil [ossa] @dead_alloc_with_complex_ossa_destructor : $@convention(thin) () -> Int {
565
+ sil [ossa] @dead_alloc_with_complex_ossa_destructor : $@convention(thin) () -> Int64 {
566
566
bb0:
567
567
%0 = alloc_ref $Kl2
568
568
%1 = move_value [lexical] %0
569
569
%2 = end_init_let_ref %1
570
570
%3 = begin_borrow %2
571
571
%4 = integer_literal $Builtin.Int64, 27
572
- %5 = struct $Int (%4)
572
+ %5 = struct $Int64 (%4)
573
573
%6 = ref_element_addr %3, #Kl2.i
574
574
store %5 to [trivial] %6
575
575
end_borrow %3
You can’t perform that action at this time.
0 commit comments