File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public struct Transparent {
99
99
import A
100
100
101
101
// CHECK-LABEL: sil hidden @$s6Client15testTransparentyyF : $@convention(thin) () -> ()
102
- // CHECK: [[X:%.*]] = struct $Int (%1 : $Builtin.Int64 )
102
+ // CHECK: [[X:%.*]] = struct $Int (%1 : $Builtin.Int{{[0-9]+}} )
103
103
// CHECK-NEXT: // function_ref Transparent.init(x:)
104
104
// CHECK-NEXT: [[TRANSPARENT_REF:%.*]] = function_ref @$s1A11TransparentV1xACSi_tcfC : $@convention(method) (Int, @thin Transparent.Type) -> Transparent
105
105
// CHECK-NEXT: apply [[TRANSPARENT_REF]]([[X]], %0) : $@convention(method) (Int, @thin Transparent.Type) -> Transparent
@@ -110,7 +110,7 @@ func testTransparent() {
110
110
// CHECK-LABEL: sil shared @$s1A11TransparentV1xACSi_tcfC : $@convention(method) (Int, @thin Transparent.Type) -> Transparent
111
111
112
112
// CHECK-LABEL: sil hidden @$s6Client13testInlinableyyF : $@convention(thin) () -> ()
113
- // CHECK: [[X:%.*]] = struct $Int (%1 : $Builtin.Int64 )
113
+ // CHECK: [[X:%.*]] = struct $Int (%1 : $Builtin.Int{{[0-9]+}} )
114
114
// CHECK-NEXT: // function_ref Inlinable.init(x:)
115
115
// CHECK-NEXT: [[INLINABLE_REF:%.*]] = function_ref @$s1A9InlinableV1xACSi_tcfC : $@convention(method) (Int, @thin Inlinable.Type) -> Inlinable
116
116
// CHECK-NEXT: apply [[INLINABLE_REF]]([[X]], %0) : $@convention(method) (Int, @thin Inlinable.Type) -> Inlinable
You can’t perform that action at this time.
0 commit comments