Also include MIR statements in clif ir dumps by default
This commit is contained in:
parent
ae60cb1287
commit
257d9005b4
@ -502,7 +502,6 @@ fn codegen_stmt<'tcx>(
|
||||
|
||||
fx.set_debug_loc(stmt.source_info);
|
||||
|
||||
#[cfg(any())] // This is never true
|
||||
match &stmt.kind {
|
||||
StatementKind::StorageLive(..) | StatementKind::StorageDead(..) => {} // Those are not very useful
|
||||
_ => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user