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 @@ -649,7 +649,7 @@ fn codegen_stmt<'tcx>(
649
649
| CastKind :: IntToFloat
650
650
| CastKind :: FnPtrToPtr
651
651
| CastKind :: PtrToPtr
652
- | CastKind :: PointerExposeAddress
652
+ | CastKind :: PointerExposeProvenance
653
653
| CastKind :: PointerWithExposedProvenance ,
654
654
ref operand,
655
655
to_ty,
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ pub(super) fn codegen_simd_intrinsic_call<'tcx>(
965
965
} ) ;
966
966
}
967
967
968
- sym:: simd_expose_addr | sym:: simd_with_exposed_provenance | sym:: simd_cast_ptr => {
968
+ sym:: simd_expose_provenance | sym:: simd_with_exposed_provenance | sym:: simd_cast_ptr => {
969
969
intrinsic_args ! ( fx, args => ( arg) ; intrinsic) ;
970
970
ret. write_cvalue_transmute ( fx, arg) ;
971
971
}
You can’t perform that action at this time.
0 commit comments