* passes.def: Put late dse and cd_dce in canonical order.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236358
138bc75d-0d04-0410-961f-
82ee72b054a4
+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>
* ipa-inline-transform.c (preserve_function_body_p): Look for
only examines PHIs to discover const/copy propagation
opportunities. */
NEXT_PASS (pass_phi_only_cprop);
- NEXT_PASS (pass_cd_dce);
NEXT_PASS (pass_dse);
+ NEXT_PASS (pass_cd_dce);
NEXT_PASS (pass_forwprop);
NEXT_PASS (pass_phiopt);
NEXT_PASS (pass_fold_builtins);