This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 2/6] Merge expand_asm_operands into expand_asm_stmt
- From: Jeff Law <law at redhat dot com>
- To: Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Cc: peterz at infradead dot org, hpa at zytor dot com, torvalds at linux-foundation dot org, jakub at redhat dot com
- Date: Fri, 08 May 2015 12:54:06 -0600
- Subject: Re: [PATCH 2/6] Merge expand_asm_operands into expand_asm_stmt
- Authentication-results: sourceware.org; auth=none
- References: <1431034740-5375-1-git-send-email-rth at redhat dot com> <1431034740-5375-3-git-send-email-rth at redhat dot com>
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