Re: [PATCH] Remove redundant variable in hash_set

2012-11-26 Thread Richard Biener
On Mon, Nov 26, 2012 at 1:09 PM, Marek Polacek wrote: > I don't see why we need the `hash' variable, when we can use the > `regno' variable directly. Regtested/bootstrapped on x86_64-linux. > Ok for trunk? Ok. Thanks, Richard. > 2012-11-26 Marek Polacek > > * cprop.c (hash_set): Rem

[PATCH] Remove redundant variable in hash_set

2012-11-26 Thread Marek Polacek
I don't see why we need the `hash' variable, when we can use the `regno' variable directly. Regtested/bootstrapped on x86_64-linux. Ok for trunk? 2012-11-26 Marek Polacek * cprop.c (hash_set): Remove hash variable. Use regno variable directly. --- gcc/cprop.c.mp 2012-11