Re: [GSoC][match-and-simplify] Add DEBUG_FUNCTION attribute

2014-07-14 Thread Richard Biener
On Sun, Jul 13, 2014 at 2:31 PM, Prathamesh Kulkarni wrote: > This patch adds DEBUG_FUNCTION attribute to print_* functions > in genmatch.c Thanks, applied. Richard. > * genmatch.c (print_operand): Add attribute DEBUG_FUNCTION. > (print_matches): Likewise. > (decision_tree::print_node): Lik

[GSoC][match-and-simplify] Add DEBUG_FUNCTION attribute

2014-07-13 Thread Prathamesh Kulkarni
This patch adds DEBUG_FUNCTION attribute to print_* functions in genmatch.c * genmatch.c (print_operand): Add attribute DEBUG_FUNCTION. (print_matches): Likewise. (decision_tree::print_node): Likewise. (decision_tree::print): Likewise. Thanks and Regards, Prathamesh Index: genmatch.c ==