File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let OBJC_TAGGED_POINTER_BITS: UInt = 0x8000_0000_0000_0001
29
29
#elseif arch(arm64)
30
30
31
31
// We have ObjC tagged pointers in the highest bit
32
- let NATIVE_SPARE_BITS : UInt = 0x7F00_0000_0000_0007
32
+ let NATIVE_SPARE_BITS : UInt = 0x7000_0000_0000_0007
33
33
let OBJC_TAGGED_POINTER_BITS : UInt = 0x8000_0000_0000_0000
34
34
35
35
#elseif arch(powerpc64) || arch(powerpc64le)
Original file line number Diff line number Diff line change 1044
1044
// CHECK-64-NEXT: (field name=Indirect offset=0
1045
1045
// CHECK-64-NEXT: (reference kind=strong refcounting=native))))
1046
1046
// CHECK-64-NEXT: (field name=multiPayloadConcrete offset=24
1047
- // CHECK-64-NEXT: (multi_payload_enum size=8 alignment=8 stride=8 num_extra_inhabitants=2045 bitwise_takable=1
1047
+ // CHECK-64-NEXT: (multi_payload_enum size=8 alignment=8 stride=8 num_extra_inhabitants={{( 2045|125)}} bitwise_takable=1
1048
1048
// CHECK-64-NEXT: (field name=Left offset=0
1049
1049
// CHECK-64-NEXT: (reference kind=strong refcounting=native))
1050
1050
// CHECK-64-NEXT: (field name=Right offset=0
You can’t perform that action at this time.
0 commit comments