Re: [arm.c] Use VAR_P

2016-10-28 Thread Kyrill Tkachov
On 28/10/16 06:00, Prathamesh Kulkarni wrote: Hi, This patch uses replaces TREE_CODE(x) == VAR_DECL by VAR_P(x) in arm.c. Bootstrap+tested on arm-linux-gnueabihf. OK to commit ? Ok (I would consider this obvious). Thanks, Kyrill Thanks, Prathamesh

[arm.c] Use VAR_P

2016-10-27 Thread Prathamesh Kulkarni
Hi, This patch uses replaces TREE_CODE(x) == VAR_DECL by VAR_P(x) in arm.c. Bootstrap+tested on arm-linux-gnueabihf. OK to commit ? Thanks, Prathamesh 2016-10-28 Prathamesh Kulkarni * config/arm/arm.c (arm_const_not_ok_for_debug_p): Use VAR_P. diff --git a/gcc/config/arm/arm.c b/gcc/c