RE: [PATCH] Rename parameters which are within scop

2015-07-19 Thread Aditya K
> Date: Sat, 18 Jul 2015 02:22:19 +0200 > From: tob...@grosser.es > To: hiradi...@msn.com; gcc-patches@gcc.gnu.org > CC: seb...@gmail.com; richard.guent...@gmail.com > Subject: Re: [PATCH] Rename parameters which are within scop > >

Re: [PATCH] Rename parameters which are within scop

2015-07-17 Thread Tobias Grosser
Hi Aditya, could you possible expand the commit message a little bit to explain what you are doing? Tobias On 07/18/2015 01:00 AM, Aditya Kumar wrote:> --- gcc/graphite-isl-ast-to-gimple.c | 153 +++ 1 file changed, 122 insertions(+), 31 deletions(-)

[PATCH] Rename parameters which are within scop

2015-07-17 Thread Aditya Kumar
--- gcc/graphite-isl-ast-to-gimple.c | 153 +++ 1 file changed, 122 insertions(+), 31 deletions(-) diff --git a/gcc/graphite-isl-ast-to-gimple.c b/gcc/graphite-isl-ast-to-gimple.c index b32781a..3e2c1fa 100644 --- a/gcc/graphite-isl-ast-to-gimple.c +++ b/gcc/gr