2023-01-01 14:02:51 -06:00
|
|
|
// MIR for `const_divisor` after PreCodegen
|
|
|
|
|
|
|
|
fn const_divisor(_1: i32) -> i32 {
|
|
|
|
debug a => _1; // in scope 0 at $DIR/div_overflow.rs:+0:22: +0:23
|
|
|
|
let mut _0: i32; // return place in scope 0 at $DIR/div_overflow.rs:+0:33: +0:36
|
|
|
|
|
|
|
|
bb0: {
|
2023-01-12 12:23:48 -06:00
|
|
|
_0 = Div(_1, const 256_i32); // scope 0 at $DIR/div_overflow.rs:+1:5: +1:12
|
2023-01-01 14:02:51 -06:00
|
|
|
return; // scope 0 at $DIR/div_overflow.rs:+2:2: +2:2
|
|
|
|
}
|
|
|
|
}
|