Re: [PING][Patch, ARM] cleanup prologue_use pattern

2012-10-17 Thread Richard Earnshaw
From: Richard Earnshaw Sent: 17 October 2012 11:14 To: Greta Yorsh Cc: GCC Patches; Ramana Radhakrishnan; ni...@redhat.com; p...@codesourcery.com Subject: Re: [PING][Patch, ARM] cleanup prologue_use pattern On 17/10/12 11:08, Greta Yorsh wrote: Ping! I've been pondering why this was being

RE: [PING][Patch, ARM] cleanup prologue_use pattern

2012-10-17 Thread Greta Yorsh
Greta Yorsh Cc: GCC Patches; Ramana Radhakrishnan; ni...@redhat.com; p...@codesourcery.com Subject: Re: [PING][Patch, ARM] cleanup prologue_use pattern On 17/10/12 11:08, Greta Yorsh wrote: > Ping! > I've been pondering why this was being asked for. As far as I can tell it's just a

Re: [PING][Patch, ARM] cleanup prologue_use pattern

2012-10-17 Thread Richard Earnshaw
rishnan; Richard Earnshaw; ni...@redhat.com; p...@codesourcery.com Subject: [Patch, ARM] cleanup prologue_use pattern The pattern prologue_use is emitted for both prologue and epilogue. In particular, the assembly comment "@sp needed for prologue" is printed out for both prologue and ep

[PING][Patch, ARM] cleanup prologue_use pattern

2012-10-17 Thread Greta Yorsh
Ping! Thanks, Greta -Original Message- From: Greta Yorsh [mailto:greta.yo...@arm.com] Sent: 10 October 2012 16:14 To: GCC Patches Cc: Ramana Radhakrishnan; Richard Earnshaw; ni...@redhat.com; p...@codesourcery.com Subject: [Patch, ARM] cleanup prologue_use pattern The pattern

[Patch, ARM] cleanup prologue_use pattern

2012-10-10 Thread Greta Yorsh
The pattern prologue_use is emitted for both prologue and epilogue. In particular, the assembly comment "@sp needed for prologue" is printed out for both prologue and epilogue. This patch adds a separate pattern for epilogue_use and replaces prologue_use with epilogue_use where appropriate. No re