Re: unnecessary assert

2013-01-09 Thread Jakub Jelinek
#x27;t add the assert, just moved it from lots lines later (unconditional there) to the conditional spot here. > 2013-01-09 Mike Stump > > * dse.c (record_store): Remove unnecessary assert. > > 2013-01-09 Mike Stump > > * dse.c (record_store): Remove

unnecessary assert

2013-01-09 Thread Mike Stump
tions_needed, as I suspected. Ok? Ok for 2.8? http://gcc.gnu.org/PR31150 is the PR when the assert was added, if you want to see it. svn+ssh://gcc.gnu.org/svn/gcc/trunk@142892 is the change itself. 2013-01-09 Mike Stump * dse.c (record_store): Remove unnecessary assert. 2013-01-09