de-rust phase-0: archive Rust LLVM backend to archive/rust-llvm-backend (RESTORE documented); defaults unaffected

This commit is contained in:
nyash-codex
2025-11-09 01:00:43 +09:00
parent 024a4fecb7
commit 5d2cd5bad0
37 changed files with 57 additions and 0 deletions

View File

@ -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};