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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
72 B
Rust
Raw Normal View History

//! Various optimizations specific to cg_clif
2020-08-30 11:02:53 +00:00
pub(crate) mod peephole;