File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ import Builtin
1212// salvage debug info when removing the store.
1313
1414// CHECK-LABEL: @trivial_local_dead_store
15- // CHECK: debug_value %{{[0-9]+}} : $Int , var, name "a"
15+ // CHECK: debug_value %{{[0-9]+}} : $Int64 , var, name "a"
1616// CHECK: return
1717sil hidden @trivial_local_dead_store : $@convention(thin) () -> () {
1818bb0:
19- %0 = alloc_stack $Int , var, name "a"
19+ %0 = alloc_stack $Int64 , var, name "a"
2020 %1 = integer_literal $Builtin.Int64, 1
21- %2 = struct $Int (%1 : $Builtin.Int64)
22- store %2 to %0 : $*Int
21+ %2 = struct $Int64 (%1 : $Builtin.Int64)
22+ store %2 to %0 : $*Int64
2323 %4 = tuple ()
24- dealloc_stack %0 : $*Int
24+ dealloc_stack %0 : $*Int64
2525 return %4 : $()
2626}
You can’t perform that action at this time.
0 commit comments