Commit b4c9a058 by Martin Liska Committed by Martin Liska

Remove redundand pass pass_lower_switch.

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

	* passes.def: Remove a redundant pass.

From-SVN: r260378
parent 9706972b
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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment