a277c901d9
This also remove safety information from MIR.
16 lines
371 B
Rust
16 lines
371 B
Rust
// MIR for `unchecked_shl_unsigned_smaller` after PreCodegen
|
|
|
|
fn unchecked_shl_unsigned_smaller(_1: u16, _2: u32) -> u16 {
|
|
debug a => _1;
|
|
debug b => _2;
|
|
let mut _0: u16;
|
|
scope 1 (inlined core::num::<impl u16>::unchecked_shl) {
|
|
debug self => _1;
|
|
debug rhs => _2;
|
|
}
|
|
|
|
bb0: {
|
|
_0 = ShlUnchecked(_1, _2);
|
|
return;
|
|
}
|
|
}
|