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>(
649649 | CastKind :: IntToFloat
650650 | CastKind :: FnPtrToPtr
651651 | CastKind :: PtrToPtr
652- | CastKind :: PointerExposeAddress
652+ | CastKind :: PointerExposeProvenance
653653 | CastKind :: PointerWithExposedProvenance ,
654654 ref operand,
655655 to_ty,
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ pub(super) fn codegen_simd_intrinsic_call<'tcx>(
965965 } ) ;
966966 }
967967
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 => {
969969 intrinsic_args ! ( fx, args => ( arg) ; intrinsic) ;
970970 ret. write_cvalue_transmute ( fx, arg) ;
971971 }
You can’t perform that action at this time.
0 commit comments