Re: [PATCH 2/6] Merge expand_asm_operands into expand_asm_stmt

2015-05-08 Thread Jeff Law
On 05/07/2015 03:38 PM, Richard Henderson wrote: Prepatory to converting from tree chains to vectors. --- gcc/cfgexpand.c | 167 1 file changed, 72 insertions(+), 95 deletions(-) OK with a ChangeLog and the usual testing. jeff

[PATCH 2/6] Merge expand_asm_operands into expand_asm_stmt

2015-05-07 Thread Richard Henderson
Prepatory to converting from tree chains to vectors. --- gcc/cfgexpand.c | 167 1 file changed, 72 insertions(+), 95 deletions(-) diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index c77a4ac..a5de512 100644 --- a/gcc/cfgexpand.c +++ b/gcc/c