Re: [PATCH] Move instantiate_scev/resolve_mixers cache from GC to heap
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
On Thu, May 02, 2013 at 12:56:05PM +0200, Richard Biener wrote: > + > + ~instantiate_cache_type(); Missing space. Jakub