2023-04-30 00:33:57 -05:00
|
|
|
// MIR for `manual_replace` after PreCodegen
|
|
|
|
|
|
|
|
fn manual_replace(_1: &mut u32, _2: u32) -> u32 {
|
2023-06-06 08:47:00 -05:00
|
|
|
debug r => _1;
|
|
|
|
debug v => _2;
|
|
|
|
let mut _0: u32;
|
2023-04-30 00:33:57 -05:00
|
|
|
scope 1 {
|
2023-06-06 08:47:00 -05:00
|
|
|
debug temp => _0;
|
2023-04-30 00:33:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
bb0: {
|
2023-06-06 08:47:00 -05:00
|
|
|
_0 = copy (*_1);
|
|
|
|
(*_1) = copy _2;
|
|
|
|
return;
|
2023-04-30 00:33:57 -05:00
|
|
|
}
|
|
|
|
}
|