Commit 9d87bfce by Richard Biener Committed by Richard Biener

passes.def: Put late dse and cd_dce in canonical order.

2016-05-18  Richard Biener  <rguenther@suse.de>

	* passes.def: Put late dse and cd_dce in canonical order.

From-SVN: r236358
parent ec6a1e35
2016-05-18 Richard Biener <rguenther@suse.de>
* passes.def: Put late dse and cd_dce in canonical order.
2016-05-17 Jan Hubicka <hubicka@ucw.cz> 2016-05-17 Jan Hubicka <hubicka@ucw.cz>
* ipa-inline-transform.c (preserve_function_body_p): Look for * ipa-inline-transform.c (preserve_function_body_p): Look for
......
...@@ -315,8 +315,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -315,8 +315,8 @@ along with GCC; see the file COPYING3. If not see
only examines PHIs to discover const/copy propagation only examines PHIs to discover const/copy propagation
opportunities. */ opportunities. */
NEXT_PASS (pass_phi_only_cprop); NEXT_PASS (pass_phi_only_cprop);
NEXT_PASS (pass_cd_dce);
NEXT_PASS (pass_dse); NEXT_PASS (pass_dse);
NEXT_PASS (pass_cd_dce);
NEXT_PASS (pass_forwprop); NEXT_PASS (pass_forwprop);
NEXT_PASS (pass_phiopt); NEXT_PASS (pass_phiopt);
NEXT_PASS (pass_fold_builtins); NEXT_PASS (pass_fold_builtins);
......
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