gcc/ChangeLog:
* passes.def: Change threading comment before pass_ccp pass.
NEXT_PASS (pass_thread_jumps);
NEXT_PASS (pass_vrp, false /* warn_array_bounds_p */);
NEXT_PASS (pass_vrp_threader);
- /* Threading can leave many const/copy propagations in the IL.
- Clean them up. Instead of just copy_prop, we use ccp to
- compute alignment and nonzero bits. */
+ /* Run CCP to compute alignment and nonzero bits. */
NEXT_PASS (pass_ccp, true /* nonzero_p */);
NEXT_PASS (pass_warn_restrict);
NEXT_PASS (pass_dse);