mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-20 22:56:57 -04:00
09e4f79388
Introduce InstanceKind::LlvmIntrinsic This way codegen backends don't have to check for a magic symbol name prefix to detect LLVM intrinsic calls and thus can more easily handle them separately as necessary.