rename expose_addr to expose_provenance

This commit is contained in:
joboet
2024-04-03 15:17:00 +02:00
parent 99c42d2340
commit 989660c3e6
49 changed files with 105 additions and 99 deletions

View File

@@ -627,7 +627,7 @@ pub fn check_intrinsic_type(
sym::simd_cast
| sym::simd_as
| sym::simd_cast_ptr
| sym::simd_expose_addr
| sym::simd_expose_provenance
| sym::simd_with_exposed_provenance => (2, 0, vec![param(0)], param(1)),
sym::simd_bitmask => (2, 0, vec![param(0)], param(1)),
sym::simd_select | sym::simd_select_bitmask => {