rust/compiler/rustc_codegen_cranelift/src/optimize/mod.rs

4 lines
72 B
Rust

//! Various optimizations specific to cg_clif
pub(crate) mod peephole;