2022-11-02 21:54:49 +00:00
|
|
|
// MIR for `<impl at $DIR/issue_41697.rs:18:1: 18:23>::{constant#0}` after SimplifyCfg-promote-consts
|
2020-04-02 21:09:01 +00:00
|
|
|
|
2022-11-02 21:54:49 +00:00
|
|
|
<impl at $DIR/issue_41697.rs:18:1: 18:23>::{constant#0}: usize = {
|
2023-06-06 13:47:00 +00:00
|
|
|
let mut _0: usize;
|
|
|
|
let mut _1: (usize, bool);
|
2020-04-02 21:09:01 +00:00
|
|
|
|
|
|
|
bb0: {
|
2023-06-06 13:47:00 +00:00
|
|
|
_1 = CheckedAdd(const 1_usize, const 1_usize);
|
|
|
|
assert(!move (_1.1: bool), "attempt to compute `{} + {}`, which would overflow", const 1_usize, const 1_usize) -> [success: bb1, unwind: bb2];
|
2020-04-02 21:09:01 +00:00
|
|
|
}
|
|
|
|
|
2020-10-02 20:11:24 +00:00
|
|
|
bb1: {
|
2023-06-06 13:47:00 +00:00
|
|
|
_0 = move (_1.0: usize);
|
|
|
|
return;
|
2020-05-02 18:59:05 +00:00
|
|
|
}
|
2020-10-02 20:11:24 +00:00
|
|
|
|
|
|
|
bb2 (cleanup): {
|
2023-06-06 13:47:00 +00:00
|
|
|
resume;
|
2020-10-02 20:11:24 +00:00
|
|
|
}
|
2020-04-02 21:09:01 +00:00
|
|
|
}
|