mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 14:16:09 +00:00
17 lines
277 B
YAML
17 lines
277 B
YAML
// 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 = (*_1);
|
|
(*_1) = _2;
|
|
return;
|
|
}
|
|
}
|