From d335da406d200f2a18c03ce817a6134edcf51db5 Mon Sep 17 00:00:00 2001 From: marxin Date: Fri, 18 May 2018 19:52:23 +0000 Subject: [PATCH] Remove redundand pass pass_lower_switch. 2018-05-18 Martin Liska * passes.def: Remove a redundant pass. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@260378 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/passes.def | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d84106361c3..241e42a4a65 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 050009464ea..055d354f959 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); -- 2.11.4.GIT