[patch] fold-const.c (fold): Clean up use of variable "t".

Roger Sayle roger@eyesopen.com
Sat Mar 20 14:52:00 GMT 2004


On Sat, 20 Mar 2004, Kazu Hirata wrote:
> > Fortunately, most of the cases that you clean-up, require very short
> > life-times/scopes for the new local "t".  In these cases, I'd recommend
> > using the fold-scope "tem" variable.
>
> Done.
>
> Bootstrapped on i686-pc-linux-gnu.  OK to apply?

Excellent.  This is OK for mainline.


> 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
>
> 	* fold-const.c (fold): Replace "t" with "tem" where it is used
> 	as a temporary variable.  Remove "orig_t" and all of its uses.
>

Roger
--



More information about the Gcc-patches mailing list