Re: [PATCH 09/10] Simplification within reorg.c

2014-09-04 Thread Jeff Law
On 09/04/14 19:52, David Malcolm wrote: gcc/ * reorg.c (relax_delay_slots): Move declaration of "trial_seq" above the conditional, and convert the check on GET_CODE to a dyn_cast, so that "trial_seq" is available as an rtx_sequence * in the conditional. Simplify t

[PATCH 09/10] Simplification within reorg.c

2014-09-04 Thread David Malcolm
gcc/ * reorg.c (relax_delay_slots): Move declaration of "trial_seq" above the conditional, and convert the check on GET_CODE to a dyn_cast, so that "trial_seq" is available as an rtx_sequence * in the conditional. Simplify the conditional by using methods of