Updated several files to use rust intrinsic macros instead of the legacy extern "rust-intrinsic" blocks
This commit is contained in:
parent
1f81f90689
commit
c79fc90e9a
29 changed files with 61 additions and 85 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue