Remove redundand pass pass_lower_switch.

2018-05-18  Martin Liska  <mliska@suse.cz>

	* passes.def: Remove a redundant pass.

From-SVN: r260378
This commit is contained in:
Martin Liska 2018-05-18 21:52:23 +02:00 committed by Martin Liska
parent 9706972b6f
commit b4c9a058c4
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2018-05-18 Martin Liska <mliska@suse.cz>
* passes.def: Remove a redundant pass.
2018-05-18 Eric Botcazou <ebotcazou@adacore.com>
PR bootstrap/85838

View file

@ -399,9 +399,8 @@ along with GCC; see the file COPYING3. If not see
NEXT_PASS (pass_lower_vaarg);
NEXT_PASS (pass_lower_vector);
NEXT_PASS (pass_lower_complex_O0);
NEXT_PASS (pass_lower_switch_O0);
NEXT_PASS (pass_sancov_O0);
NEXT_PASS (pass_lower_switch);
NEXT_PASS (pass_lower_switch_O0);
NEXT_PASS (pass_asan_O0);
NEXT_PASS (pass_tsan_O0);
NEXT_PASS (pass_sanopt);