Re: [GSoC][match-and-simplify] Remove gen_gimple_match_fail

2014-06-23 Thread Richard Biener
On Mon, Jun 23, 2014 at 3:43 PM, Prathamesh Kulkarni wrote: > * genmatch.c (gen_gimple_match_fail): Remove. > (expr::gen_gimple_transform): Remove call to gen_gimple_match_fail. > Change fprintf (f, "if (!res)") to fprintf (f, "if (!res) return > false;\n") Thanks, committed. Richard. >

[GSoC][match-and-simplify] Remove gen_gimple_match_fail

2014-06-23 Thread Prathamesh Kulkarni
* genmatch.c (gen_gimple_match_fail): Remove. (expr::gen_gimple_transform): Remove call to gen_gimple_match_fail. Change fprintf (f, "if (!res)") to fprintf (f, "if (!res) return false;\n") Thanks and Regards, Prathamesh Index: gcc/genmatch.c =