Re: [patch][cprop.c] Clean up hash table building

2011-03-31 Thread Richard Guenther
On Thu, Mar 31, 2011 at 12:39 AM, Steven Bosscher wrote: > Hi, > > This is the first cleanup for cprop.c. These cleanups are only > possible now, thanks to splitting the CPROP code out from gcse.c > > The first change is to not treat unfolded conditions as constant in > gcse_constant_p(). This nev

[patch][cprop.c] Clean up hash table building

2011-03-30 Thread Steven Bosscher
Hi, This is the first cleanup for cprop.c. These cleanups are only possible now, thanks to splitting the CPROP code out from gcse.c The first change is to not treat unfolded conditions as constant in gcse_constant_p(). This never happens because: - during hash table building any such condition sh