Skip to content

Commit

Permalink
Also include MIR statements in clif ir dumps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Mar 26, 2023
1 parent ae60cb1 commit 257d900
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
_ => {
Expand Down

0 comments on commit 257d900

Please sign in to comment.