de-rust phase-0: archive Rust LLVM backend to archive/rust-llvm-backend (RESTORE documented); defaults unaffected
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
/*!
|
||||
* 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};
|
||||
|
||||
Reference in New Issue
Block a user