[PATCH] MIPS gas: code cleanup

Thiemo Seufer ica2_ts@csv.ica.uni-stuttgart.de
Sat May 25 11:11:00 GMT 2002


Eric Christopher wrote:
> OK with one question:
> 
> Why are you going through and changing instances of:
> 
> var++ to ++var?

It standardizes the file on one style, currently it's a mixture of

   foo++;
   ++bar;

Otherwise it's an purely optional change, I can leave it out if you
don't like it.


Thiemo



More information about the Binutils mailing list