Remove unpaired TERMINATE_PASS_LIST in passes.def
authorTom de Vries <tom@codesourcery.com>
Fri, 11 Dec 2015 11:33:44 +0000 (11:33 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Fri, 11 Dec 2015 11:33:44 +0000 (11:33 +0000)
2015-12-11  Tom de Vries  <tom@codesourcery.com>

* passes.def: Remove unpaired TERMINATE_PASS_LIST.

From-SVN: r231561

gcc/ChangeLog
gcc/passes.def

index 927db65ee9218cc06d12696cb52efb7902d2ab25..791682c215d8f88ef7147bcc7e72ca0830b872ea 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-11  Tom de Vries  <tom@codesourcery.com>
+
+       * passes.def: Remove unpaired TERMINATE_PASS_LIST.
+
 2015-12-11  Michael Matz  <matz@suse.de>
 
        * hash-map.h (hash_map::hash_map): Gather statistics only
index 624d121fe47f6650879364c139f0c325bf4290de..43ce3d5f1bf43294de9c6d353cc2944dc613defe 100644 (file)
@@ -410,7 +410,6 @@ along with GCC; see the file COPYING3.  If not see
          NEXT_PASS (pass_rtl_unroll_loops);
          NEXT_PASS (pass_rtl_doloop);
          NEXT_PASS (pass_rtl_loop_done);
-         TERMINATE_PASS_LIST ()
       POP_INSERT_PASSES ()
       NEXT_PASS (pass_web);
       NEXT_PASS (pass_rtl_cprop);