Re: [PATCH] Move instantiate_scev/resolve_mixers cache from GC to heap

2013-05-02 Thread Richard Biener
On Thu, 2 May 2013, Jakub Jelinek wrote: > On Thu, May 02, 2013 at 12:56:05PM +0200, Richard Biener wrote: > > + > > + ~instantiate_cache_type(); > > Missing space. Fixed and committed after bootstrap / regtest on x86_64-unknown-linux-gnu. Richard.

Re: [PATCH] Move instantiate_scev/resolve_mixers cache from GC to heap

2013-05-02 Thread Jakub Jelinek
On Thu, May 02, 2013 at 12:56:05PM +0200, Richard Biener wrote: > + > + ~instantiate_cache_type(); Missing space. Jakub