On Mon, Jun 23, 2014 at 3:43 PM, Prathamesh Kulkarni <bilbotheelffri...@gmail.com> 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. > Thanks and Regards, > Prathamesh