Skip to content

Commit

Permalink
Auto merge of #77157 - tmiasko:simplify-cfg-dup, r=jonas-schievink
Browse files Browse the repository at this point in the history
Remove duplicated SimplifyCfg pass
  • Loading branch information
bors committed Sep 25, 2020
2 parents 5b9e886 + a09d607 commit 10ef7f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_mir/src/transform/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ fn run_optimization_passes<'tcx>(
&copy_prop::CopyPropagation,
&simplify_branches::SimplifyBranches::new("after-copy-prop"),
&remove_noop_landing_pads::RemoveNoopLandingPads,
&simplify::SimplifyCfg::new("after-remove-noop-landing-pads"),
&simplify::SimplifyCfg::new("final"),
&nrvo::RenameReturnPlace,
&simplify::SimplifyLocals,
Expand Down

0 comments on commit 10ef7f9

Please sign in to comment.