Skip to content

Commit 465a82f

Browse files
committed
Remove outdated comment.
1 parent b1bef90 commit 465a82f

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

-2
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,6 @@ fn run_optimization_passes<'tcx>(tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) {
552552
&const_prop::ConstProp,
553553
&gvn::GVN,
554554
&dataflow_const_prop::DataflowConstProp,
555-
//
556-
// Const-prop runs unconditionally, but doesn't mutate the MIR at mir-opt-level=0.
557555
&const_debuginfo::ConstDebugInfo,
558556
&o1(simplify_branches::SimplifyConstCondition::AfterConstProp),
559557
&early_otherwise_branch::EarlyOtherwiseBranch,

0 commit comments

Comments
 (0)