Re: [PATCH] Small tree-vect-pattern.c cleanup

2012-06-15 Thread Richard Guenther
On Thu, Jun 14, 2012 at 11:00 PM, Jakub Jelinek wrote: > Hi! > > While looking at pattern recognizer, I've noticed that we needlessly > allocate a single member array from heap.  An automatic variable for that > would be fine, but BB_VINFO_BB is also addressable. > > Bootstrapped/regtested on x86_

[PATCH] Small tree-vect-pattern.c cleanup

2012-06-14 Thread Jakub Jelinek
Hi! While looking at pattern recognizer, I've noticed that we needlessly allocate a single member array from heap. An automatic variable for that would be fine, but BB_VINFO_BB is also addressable. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2012-06-14 Jakub Jelinek