File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public struct Transparent {
9999import A
100100
101101// 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]+}} )
103103// CHECK-NEXT: // function_ref Transparent.init(x:)
104104// CHECK-NEXT: [[TRANSPARENT_REF:%.*]] = function_ref @$s1A11TransparentV1xACSi_tcfC : $@convention(method) (Int, @thin Transparent.Type) -> Transparent
105105// CHECK-NEXT: apply [[TRANSPARENT_REF]]([[X]], %0) : $@convention(method) (Int, @thin Transparent.Type) -> Transparent
@@ -110,7 +110,7 @@ func testTransparent() {
110110// CHECK-LABEL: sil shared @$s1A11TransparentV1xACSi_tcfC : $@convention(method) (Int, @thin Transparent.Type) -> Transparent
111111
112112// 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]+}} )
114114// CHECK-NEXT: // function_ref Inlinable.init(x:)
115115// CHECK-NEXT: [[INLINABLE_REF:%.*]] = function_ref @$s1A9InlinableV1xACSi_tcfC : $@convention(method) (Int, @thin Inlinable.Type) -> Inlinable
116116// 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