Remove unneeded field from SwitchTargets
This commit is contained in:
parent
14ca83a04b
commit
9fb8da8f8f
131 changed files with 304 additions and 388 deletions
|
@ -9,7 +9,7 @@
|
|||
bb0: {
|
||||
StorageLive(_2); // scope 0 at $DIR/if_condition_int.rs:+1:8: +1:9
|
||||
_2 = _1; // scope 0 at $DIR/if_condition_int.rs:+1:8: +1:9
|
||||
switchInt(move _2) -> [false: bb2, otherwise: bb1]; // scope 0 at $DIR/if_condition_int.rs:+1:8: +1:9
|
||||
switchInt(move _2) -> [0: bb2, otherwise: bb1]; // scope 0 at $DIR/if_condition_int.rs:+1:8: +1:9
|
||||
}
|
||||
|
||||
bb1: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue