mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 17:25:12 +00:00
lower ExprKind::Use, LogicalOp::Or and UnOp::Not
Co-authored-by: Abdulaziz Ghuloum <aghuloum@gmail.com>
This commit is contained in:
@@ -32,12 +32,12 @@
|
||||
bb1: {
|
||||
StorageDead(_6);
|
||||
_3 = Lt(move _4, move _5);
|
||||
StorageDead(_5);
|
||||
StorageDead(_4);
|
||||
switchInt(move _3) -> [0: bb4, otherwise: bb2];
|
||||
}
|
||||
|
||||
bb2: {
|
||||
StorageDead(_5);
|
||||
StorageDead(_4);
|
||||
StorageLive(_8);
|
||||
_8 = _1;
|
||||
_9 = Len((*_2));
|
||||
@@ -52,6 +52,8 @@
|
||||
}
|
||||
|
||||
bb4: {
|
||||
StorageDead(_5);
|
||||
StorageDead(_4);
|
||||
_0 = const 42_u8;
|
||||
goto -> bb5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user