Remove outdated comment.
This commit is contained in:
parent
22bf5fd848
commit
9ec086709e
1 changed files with 0 additions and 2 deletions
|
@ -566,8 +566,6 @@ fn run_optimization_passes<'tcx>(tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) {
|
||||||
&separate_const_switch::SeparateConstSwitch,
|
&separate_const_switch::SeparateConstSwitch,
|
||||||
&simplify::SimplifyLocals::new("before-const-prop"),
|
&simplify::SimplifyLocals::new("before-const-prop"),
|
||||||
©_prop::CopyProp,
|
©_prop::CopyProp,
|
||||||
//
|
|
||||||
// FIXME(#70073): This pass is responsible for both optimization as well as some lints.
|
|
||||||
&const_prop::ConstProp,
|
&const_prop::ConstProp,
|
||||||
&dataflow_const_prop::DataflowConstProp,
|
&dataflow_const_prop::DataflowConstProp,
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue