RE: [PATCH 1/2] [Refactoring graphite] Move declarations, assign types, renaming.

2015-10-06 Thread Sebastian Paul Pop
: Re: [PATCH 1/2] [Refactoring graphite] Move declarations, assign types, renaming. On Tue, Oct 6, 2015 at 9:37 AM, H.J. Lu <hjl.to...@gmail.com> wrote: > On Tue, Oct 6, 2015 at 9:34 AM, H.J. Lu <hjl.to...@gmail.com> wrote: >> On Mon, Oct 5, 2015 at 7:53 PM, Aditya Kumar <

RE: [PATCH 1/2] [Refactoring graphite] Move declarations, assign types, renaming.

2015-10-06 Thread Sebastian Paul Pop
: Tuesday, October 06, 2015 2:10 PM To: 'H.J. Lu'; 'Aditya Kumar' Cc: 'GCC Patches'; 'Tobias Grosser'; 'Richard Biener'; 'aditya...@samsung.com'; 'Sebastian Pop' Subject: RE: [PATCH 1/2] [Refactoring graphite] Move declarations, assign types, renaming. Thanks for the quick fix. Sorry for breaking

Re: [PATCH 1/2] [Refactoring graphite] Move declarations, assign types, renaming.

2015-10-06 Thread H.J. Lu
On Tue, Oct 6, 2015 at 9:34 AM, H.J. Lu wrote: > On Mon, Oct 5, 2015 at 7:53 PM, Aditya Kumar wrote: >> 1. Move declarations near the assignment/usage. >> 2. Assign type to members which were void*. >> 3. Rename scop->context to scop::param_context, and

Re: [PATCH 1/2] [Refactoring graphite] Move declarations, assign types, renaming.

2015-10-06 Thread H.J. Lu
On Mon, Oct 5, 2015 at 7:53 PM, Aditya Kumar wrote: > 1. Move declarations near the assignment/usage. > 2. Assign type to members which were void*. > 3. Rename scop->context to scop::param_context, and scop::ctx to > scop::isl_context > > No functional changes intended. Passes

Re: [PATCH 1/2] [Refactoring graphite] Move declarations, assign types, renaming.

2015-10-06 Thread H.J. Lu
On Tue, Oct 6, 2015 at 9:37 AM, H.J. Lu wrote: > On Tue, Oct 6, 2015 at 9:34 AM, H.J. Lu wrote: >> On Mon, Oct 5, 2015 at 7:53 PM, Aditya Kumar wrote: >>> 1. Move declarations near the assignment/usage. >>> 2. Assign type to members