Updated several files to use rust intrinsic macros instead of the legacy extern "rust-intrinsic" blocks

This commit is contained in:
vayunbiyani 2025-01-10 08:08:06 -05:00
parent a2d78f77f4
commit 68283cced1

View file

@ -1,4 +1,5 @@
//! Codegen of intrinsics. This includes `extern "rust-intrinsic"`,
//! functions marked with the `#[rustc_intrinsic]` attribute
//! and LLVM intrinsics that have symbol names starting with `llvm.`.
macro_rules! intrinsic_args {