This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r213123 - in /branches/match-and-simplify/gcc: ...
- From: rguenth at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 28 Jul 2014 10:00:23 -0000
- Subject: r213123 - in /branches/match-and-simplify/gcc: ...
Author: rguenth
Date: Mon Jul 28 10:00:23 2014
New Revision: 213123
URL: https://gcc.gnu.org/viewcvs?rev=213123&root=gcc&view=rev
Log:
2014-07-28 Prathamesh Kulkarni <bilbotheelffriend@gmail.com>
* genmatch.c (simplify::ifexpr): Remove.
(simplify::ifexpr_location): Likewise.
(simplify::simplify): Adjust to changes in simplify and
add parameter ifexpr_vec_.
(dt_simplify::gen_gimple): Adjust to changes in simplify.
(dt_simplify::gen_generic): Likewise.
(parse_if): New function.
(parse_pattern): Add call to parse_if.
* match.pd: Use outer-if for plus-minus patterns.
Modified:
branches/match-and-simplify/gcc/ChangeLog.mas
branches/match-and-simplify/gcc/genmatch.c
branches/match-and-simplify/gcc/match.pd