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
12
12
// salvage debug info when removing the store.
13
13
14
14
// 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"
16
16
// CHECK: return
17
17
sil hidden @trivial_local_dead_store : $@convention(thin) () -> () {
18
18
bb0:
19
- %0 = alloc_stack $Int , var, name "a"
19
+ %0 = alloc_stack $Int64 , var, name "a"
20
20
%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
23
23
%4 = tuple ()
24
- dealloc_stack %0 : $*Int
24
+ dealloc_stack %0 : $*Int64
25
25
return %4 : $()
26
26
}
You can’t perform that action at this time.
0 commit comments