This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [hsa merge 10/10] HSA register allocator


On Wed, Jan 13, 2016 at 06:39:35PM +0100, Martin Jambor wrote:
> +    for (phi = hbb->m_first_phi;
> +	 phi;
> +	 phi = phi->m_next ? as_a <hsa_insn_phi *> (phi->m_next): NULL)

Space before :

Ok with that change.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]