rust/tests/mir-opt/building/custom/assume.assume_local.built.after.mir

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

11 lines
149 B
Rust
Raw Normal View History

2024-01-20 13:01:57 -06:00
// MIR for `assume_local` after built
fn assume_local(_1: bool) -> () {
let mut _0: ();
bb0: {
assume(_1);
return;
}
}