Replace mir_map.0
dump with built
phase change dump
This commit is contained in:
parent
36285c5de8
commit
c4c4c566d0
52 changed files with 136 additions and 112 deletions
|
@ -288,7 +288,7 @@ fn mir_const<'tcx>(
|
|||
|
||||
let mut body = tcx.mir_built(def).steal();
|
||||
|
||||
rustc_middle::mir::dump_mir(tcx, None, "mir_map", &0, &body, |_, _| Ok(()));
|
||||
pass_manager::dump_mir_for_phase_change(tcx, &body);
|
||||
|
||||
pm::run_passes(
|
||||
tcx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue