Remove outdated comment.
This commit is contained in:
parent
b1bef90d4f
commit
465a82f51a
1 changed files with 0 additions and 2 deletions
|
@ -552,8 +552,6 @@ fn run_optimization_passes<'tcx>(tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) {
|
|||
&const_prop::ConstProp,
|
||||
&gvn::GVN,
|
||||
&dataflow_const_prop::DataflowConstProp,
|
||||
//
|
||||
// Const-prop runs unconditionally, but doesn't mutate the MIR at mir-opt-level=0.
|
||||
&const_debuginfo::ConstDebugInfo,
|
||||
&o1(simplify_branches::SimplifyConstCondition::AfterConstProp),
|
||||
&early_otherwise_branch::EarlyOtherwiseBranch,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue