blob: 3a202728ea913f783387d3e7fc4f825db3330ea9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// MIR for `match1` after PreCodegen
fn match1(_1: bool, _2: i32, _3: i32) -> i32 {
debug c => _1;
debug v1 => _2;
debug v2 => _3;
let mut _0: i32;
bb0: {
_0 = Sub(copy _2, copy _3);
return;
}
}
|