2016-05-18 Richard Biener <rguenther@suse.de>
* passes.def: Put late dse and cd_dce in canonical order.
From-SVN: r236358
+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);