@@ -45,10 +45,11 @@ reflect(enum: optionalAnyNonNil)
45
45
// CHECK-64: (protocol_composition)
46
46
// CHECK-64: )
47
47
48
- // CHECK-32: Reflecting an object .
48
+ // CHECK-32: Reflecting an enum .
49
49
// CHECK-32: Instance pointer in child address space: 0x{{[0-9a-fA-F]+}}
50
50
// CHECK-32: Type reference:
51
- // CHECK-32: (class reflect_Enum_SingleCaseIntPayload.ClassWithSingleCaseIntPayloadEnum)
51
+ // CHECK-32: (bound_generic_enum Swift.Optional
52
+ // CHECK-32: (protocol_composition))
52
53
53
54
// CHECK-32: Type info:
54
55
// CHECK-32: (single_payload_enum size=16 alignment=8 stride=16 num_extra_inhabitants=4094 bitwise_takable=1
@@ -92,10 +93,11 @@ reflect(enum: optionalAnyNil)
92
93
// CHECK-64: (enum_value name=none index=1)
93
94
94
95
95
- // CHECK-32: Reflecting an object .
96
+ // CHECK-32: Reflecting an enum .
96
97
// CHECK-32: Instance pointer in child address space: 0x{{[0-9a-fA-F]+}}
97
98
// CHECK-32: Type reference:
98
- // CHECK-32: (class reflect_Enum_SingleCaseIntPayload.ClassWithSingleCaseIntPayloadEnum)
99
+ // CHECK-32: (bound_generic_enum Swift.Optional
100
+ // CHECK-32: (protocol_composition))
99
101
100
102
// CHECK-32: Type info:
101
103
// CHECK-32: (single_payload_enum size=16 alignment=8 stride=16 num_extra_inhabitants=4094 bitwise_takable=1
@@ -140,7 +142,7 @@ reflect(enum: optionalOptionalAnyNil)
140
142
// CHECK-64: Enum value:
141
143
// CHECK-64: (enum_value name=none index=1)
142
144
143
- // CHECK-32: Reflecting an object .
145
+ // CHECK-32: Reflecting an enum .
144
146
// CHECK-32: Instance pointer in child address space: 0x{{[0-9a-fA-F]+}}
145
147
// CHECK-32: Type reference:
146
148
// CHECK-32: (bound_generic_enum Swift.Optional
@@ -196,7 +198,7 @@ reflect(enum: optionalOptionalAnySomeNil)
196
198
// CHECK-64: (protocol_composition))
197
199
// CHECK-64: )
198
200
199
- // CHECK-32: Reflecting an object .
201
+ // CHECK-32: Reflecting an enum .
200
202
// CHECK-32: Instance pointer in child address space: 0x{{[0-9a-fA-F]+}}
201
203
// CHECK-32: Type reference:
202
204
// CHECK-32: (bound_generic_enum Swift.Optional
@@ -255,7 +257,7 @@ reflect(enum: optionalOptionalAnyNonNil)
255
257
// CHECK-64: (protocol_composition))
256
258
// CHECK-64: )
257
259
258
- // CHECK-32: Reflecting an object .
260
+ // CHECK-32: Reflecting an enum .
259
261
// CHECK-32: Instance pointer in child address space: 0x{{[0-9a-fA-F]+}}
260
262
// CHECK-32: Type reference:
261
263
// CHECK-32: (bound_generic_enum Swift.Optional
0 commit comments