Remove redundand pass pass_lower_switch.
authorMartin Liska <mliska@suse.cz>
Fri, 18 May 2018 19:52:23 +0000 (21:52 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 18 May 2018 19:52:23 +0000 (19:52 +0000)
2018-05-18  Martin Liska  <mliska@suse.cz>

* passes.def: Remove a redundant pass.

From-SVN: r260378

gcc/ChangeLog
gcc/passes.def

index d84106361c3725288500e1ab5e06abd3fd9161b3..241e42a4a657afbbcdba0ceafe17ae8ec7d5fb8d 100644 (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
index 050009464ea9c0ead51fdfa3c0a66adb2c42837a..055d354f95932f9144810f3a35c666aac715887e 100644 (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);