Also include MIR statements in clif ir dumps by default

This commit is contained in:
bjorn3 2023-03-26 11:02:56 +00:00
parent ae60cb1287
commit 257d9005b4

View File

@ -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
_ => {