Files
hakorune/archive/rust-llvm-backend/llvm/compiler/codegen/instructions/terminators.rs

10 lines
231 B
Rust
Raw Normal View History

/*!
* Terminators (scaffolding)
*
* Thin re-exports of flow-level terminators. Call sites can gradually
* migrate to `terminators::*` without changing behavior.
*/
pub use super::flow::{emit_branch, emit_jump, emit_return};