Re: [PATCH] [aarch64] Remove obsolete comment about X30

2018-06-26 Thread James Greenhalgh
On Wed, Jun 20, 2018 at 04:41:18AM -0500, Siddhesh Poyarekar wrote: > On 06/19/2018 09:11 PM, James Greenhalgh wrote: > > On Mon, Jun 18, 2018 at 08:43:04AM -0500, Siddhesh Poyarekar wrote: > >> r217431 changed X30 as caller-saved in CALL_USE_REGISTERS because of > >> which this comment about X30

Re: [PATCH] [aarch64] Remove obsolete comment about X30

2018-06-20 Thread Siddhesh Poyarekar
On 06/19/2018 09:11 PM, James Greenhalgh wrote: On Mon, Jun 18, 2018 at 08:43:04AM -0500, Siddhesh Poyarekar wrote: r217431 changed X30 as caller-saved in CALL_USE_REGISTERS because of which this comment about X30 not being marked as call-clobbered is no longer accurate. Is the second

Re: [PATCH] [aarch64] Remove obsolete comment about X30

2018-06-19 Thread James Greenhalgh
On Mon, Jun 18, 2018 at 08:43:04AM -0500, Siddhesh Poyarekar wrote: > r217431 changed X30 as caller-saved in CALL_USE_REGISTERS because of > which this comment about X30 not being marked as call-clobbered is no > longer accurate. Is the second paragraph is still relevant to how we define

[PATCH] [aarch64] Remove obsolete comment about X30

2018-06-18 Thread Siddhesh Poyarekar
r217431 changed X30 as caller-saved in CALL_USE_REGISTERS because of which this comment about X30 not being marked as call-clobbered is no longer accurate. Siddhesh * config/aarch64/aarch64.h: Remove obsolete comment. --- gcc/config/aarch64/aarch64.h | 9 - 1 file changed, 9