blob: c10f3c429627a44c45610e79ace315fbe42a4150 [file] [log] [blame] [edit]
// MIR for `manual_replace` after PreCodegen
fn manual_replace(_1: &mut u32, _2: u32) -> u32 {
debug r => _1;
debug v => _2;
let mut _0: u32;
scope 1 {
debug temp => _0;
}
bb0: {
_0 = copy (*_1);
(*_1) = copy _2;
return;
}
}