Re: [PATCH] i386: Pass INVALID_REGNUM as invalid register number

2018-02-02 Thread Uros Bizjak
On Fri, Feb 2, 2018 at 5:36 PM, H.J. Lu wrote: > On Tue, Jan 16, 2018 at 11:48 AM, Uros Bizjak wrote: >> On Sun, Jan 14, 2018 at 5:43 PM, Uros Bizjak wrote: >>> On Sun, Jan 14, 2018 at 5:35 PM, H.J. Lu wrote:

[PATCH] i386: Pass INVALID_REGNUM as invalid register number

2018-02-02 Thread H.J. Lu
as unsigned int. Compare regno with INVALID_REGNUM. > (output_indirect_thunk): Ditto. > (output_indirect_thunk_function): Ditto. > (ix86_code_end): Declare regno as unsigned int. Use INVALID_REGNUM > in the call to output_indirect_thunk_function. > > Bootstrapped and regression tested