Re: [match-and-simplify] print capture name

2014-12-15 Thread Richard Biener
On Mon, 15 Dec 2014, Prathamesh Kulkarni wrote: > On 15 December 2014 at 02:03, Prathamesh Kulkarni > wrote: > > Print name of capture in patterns written by user. > > > > * genmatch.c > > (capture::name): New. > > (capture::capture): New default argument. > > (parse_capture): Pass id to ca

Re: [match-and-simplify] print capture name

2014-12-14 Thread Prathamesh Kulkarni
On 15 December 2014 at 02:03, Prathamesh Kulkarni wrote: > Print name of capture in patterns written by user. > > * genmatch.c > (capture::name): New. > (capture::capture): New default argument. > (parse_capture): Pass id to capture::capture. > (print_operand): Print name of capture if ava