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 @@ -28,13 +28,13 @@ sil_stage canonical
28
28
sil hidden @foo : $@convention(thin) () -> () {
29
29
bb0:
30
30
%0 = integer_literal $Builtin.Int64, 2 // user: %1
31
- %1 = struct $Int (%0 : $Builtin.Int64) // user: %3
32
- %2 = alloc_stack $Int // users: %3, %6, %5
33
- store %1 to %2 : $*Int // id: %3
31
+ %1 = struct $Int64 (%0 : $Builtin.Int64) // user: %3
32
+ %2 = alloc_stack $Int64 // users: %3, %6, %5
33
+ store %1 to %2 : $*Int64 // id: %3
34
34
// function_ref bar<A>(_:)
35
35
%4 = function_ref @bar : $@convention(thin) <τ_0_0> (@in τ_0_0) -> () // user: %5
36
- %5 = apply %4<Int >(%2) : $@convention(thin) <τ_0_0> (@in τ_0_0) -> ()
37
- dealloc_stack %2 : $*Int // id: %6
36
+ %5 = apply %4<Int64 >(%2) : $@convention(thin) <τ_0_0> (@in τ_0_0) -> ()
37
+ dealloc_stack %2 : $*Int64 // id: %6
38
38
%7 = tuple () // user: %8
39
39
return %7 : $() // id: %8
40
40
} // end sil function 'foo'
You can’t perform that action at this time.
0 commit comments