Re: [SH] Use bool return types where possible

2012-04-05 Thread Kaz Kojima
Oleg Endo wrote: > The attached patch changes the return types from int to bool for > functions where it seems appropriate and removes the forward declaration > of the no longer exiting function sh_pass_in_reg_p. > > Tested by doing 'make all'. > Will run the testsuite on it just in case. > > OK

[SH] Use bool return types where possible

2012-04-05 Thread Oleg Endo
Hi, The attached patch changes the return types from int to bool for functions where it seems appropriate and removes the forward declaration of the no longer exiting function sh_pass_in_reg_p. Tested by doing 'make all'. Will run the testsuite on it just in case. OK? Cheers, Oleg ChangeLog: