From: Martin Liska Date: Fri, 18 May 2018 19:52:23 +0000 (+0200) Subject: Remove redundand pass pass_lower_switch. X-Git-Tag: basepoints/gcc-10~6752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c9a058c44e9c740f8a5b7a3f3b9bf5bfb9b264;p=thirdparty%2Fgcc.git Remove redundand pass pass_lower_switch. 2018-05-18 Martin Liska * passes.def: Remove a redundant pass. From-SVN: r260378 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d84106361c37..241e42a4a657 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-05-18 Martin Liska + + * passes.def: Remove a redundant pass. + 2018-05-18 Eric Botcazou PR bootstrap/85838 diff --git a/gcc/passes.def b/gcc/passes.def index 050009464ea9..055d354f9593 100644 --- a/gcc/passes.def +++ b/gcc/passes.def @@ -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);