Skip to content

Commit 9ec0867

Browse files
committed
Remove outdated comment.
1 parent 22bf5fd commit 9ec0867

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_mir_transform/src

1 file changed

+0
-2
lines changed

compiler/rustc_mir_transform/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,6 @@ fn run_optimization_passes<'tcx>(tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) {
566566
&separate_const_switch::SeparateConstSwitch,
567567
&simplify::SimplifyLocals::new("before-const-prop"),
568568
&copy_prop::CopyProp,
569-
//
570-
// FIXME(#70073): This pass is responsible for both optimization as well as some lints.
571569
&const_prop::ConstProp,
572570
&dataflow_const_prop::DataflowConstProp,
573571
//

0 commit comments

Comments
 (0)