Hi,

this patch removes a TERMINATE_PASS_LIST from passes.def that is not paired with any INSERT_PASSES_AFTER.

Bootstrapped and reg-tested on x86_64.

OK for stage3 trunk?

Thanks,
- Tom
Remove unpaired TERMINATE_PASS_LIST in passes.def

2015-12-11  Tom de Vries  <t...@codesourcery.com>

	* passes.def: Remove unpaired TERMINATE_PASS_LIST.

---
 gcc/passes.def | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/passes.def b/gcc/passes.def
index 624d121..43ce3d5 100644
--- a/gcc/passes.def
+++ b/gcc/passes.def
@@ -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);

Reply via email to