Re: flattening cfgloop.h

2014-12-17 Thread Prathamesh Kulkarni
On 17 December 2014 at 21:15, Richard Biener wrote: > On Sun, Dec 14, 2014 at 10:39 PM, Prathamesh Kulkarni > wrote: >> Hi, >> The attached patch flattens cfgloop.h. >> Created new file cfgloopanal.h which exports function prototypes >> from cfgloopanal.c. Rest of the patch involves restructuring

Re: flattening cfgloop.h

2014-12-17 Thread Richard Biener
On Sun, Dec 14, 2014 at 10:39 PM, Prathamesh Kulkarni wrote: > Hi, > The attached patch flattens cfgloop.h. > Created new file cfgloopanal.h which exports function prototypes > from cfgloopanal.c. Rest of the patch involves restructuring includes. > > Boostrapped and tested on x86_64-unknown-linux

flattening cfgloop.h

2014-12-14 Thread Prathamesh Kulkarni
Hi, The attached patch flattens cfgloop.h. Created new file cfgloopanal.h which exports function prototypes from cfgloopanal.c. Rest of the patch involves restructuring includes. Boostrapped and tested on x86_64-unknown-linux-gnu with ISL enabled. Built on all targets in config-list.mk with langua