rcc_cfg 0.0.1

Control-flow graph IR (MIR-like) and HIR -> CFG lowering
Documentation

rcc_cfg: MIR-style control-flow graph for the rcc C compiler.

Roughly analogous to rustc_middle::mir. The CFG is intentionally non-SSA; SSA construction is delegated to LLVM's mem2reg pass, which promotes the alloca + load/store pattern we emit.