This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Mon, Jun 23, 2014 at 3:43 PM, Prathamesh Kulkarni
<bilbotheelffriend@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]