]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove unpaired TERMINATE_PASS_LIST in passes.def
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Dec 2015 11:33:44 +0000 (11:33 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231561 138bc75d-0d04-0410-961f-82ee72b054a4

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);