Re: [GSoC][match-and-simplify] factor expr check in gimple-match-head.c

2014-06-24 Thread Richard Biener
On Tue, Jun 24, 2014 at 1:29 PM, Prathamesh Kulkarni wrote: > This patch factors out checking expression-code in gimple-match-head.c > > * gimple-match-head.c (check_gimple_assign): New function. > (check_gimple_assign_convert): Likewise. > (check_gimple_call_builtin): Likewise. > > * genm

Re: [GSoC][match-and-simplify] factor expr check in gimple-match-head.c

2014-06-24 Thread Prathamesh Kulkarni
oops, didn't set plain text mode. sorry for re-post. On Tue, Jun 24, 2014 at 4:59 PM, Prathamesh Kulkarni wrote: > This patch factors out checking expression-code in gimple-match-head.c > > * gimple-match-head.c (check_gimple_assign): New function. > (check_gimple_assign_convert): Likewise. >