Commit 8a87dced by Martin Jambor Committed by Martin Jambor

Move rebuild_cfg to the end of build_ssa_passes

2016-12-02  Martin Jambor  <mjambor@suse.cz>

	* passes.def: Move pass_rebuild_cgraph_edges to the end of
	pass_build_ssa_passes.

From-SVN: r243199
parent 2e3af7e2
2016-12-02 Martin Jambor <mjambor@suse.cz>
* passes.def: Move pass_rebuild_cgraph_edges to the end of
pass_build_ssa_passes.
2016-12-02 Uros Bizjak <ubizjak@gmail.com> 2016-12-02 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.md (exception_receiver): Copy * config/alpha/alpha.md (exception_receiver): Copy
...@@ -56,12 +56,12 @@ along with GCC; see the file COPYING3. If not see ...@@ -56,12 +56,12 @@ along with GCC; see the file COPYING3. If not see
NEXT_PASS (pass_build_ssa_passes); NEXT_PASS (pass_build_ssa_passes);
PUSH_INSERT_PASSES_WITHIN (pass_build_ssa_passes) PUSH_INSERT_PASSES_WITHIN (pass_build_ssa_passes)
NEXT_PASS (pass_fixup_cfg); NEXT_PASS (pass_fixup_cfg);
NEXT_PASS (pass_rebuild_cgraph_edges);
NEXT_PASS (pass_build_ssa); NEXT_PASS (pass_build_ssa);
NEXT_PASS (pass_warn_nonnull_compare); NEXT_PASS (pass_warn_nonnull_compare);
NEXT_PASS (pass_ubsan); NEXT_PASS (pass_ubsan);
NEXT_PASS (pass_early_warn_uninitialized); NEXT_PASS (pass_early_warn_uninitialized);
NEXT_PASS (pass_nothrow); NEXT_PASS (pass_nothrow);
NEXT_PASS (pass_rebuild_cgraph_edges);
POP_INSERT_PASSES () POP_INSERT_PASSES ()
NEXT_PASS (pass_chkp_instrumentation_passes); NEXT_PASS (pass_chkp_instrumentation_passes);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment