combine.c (combine_simplify_rtx): Remove the "last" parameter and its documentation.
authorPaolo Bonzini <bonzini@gnu.org>
Tue, 16 Mar 2004 16:14:50 +0000 (16:14 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Tue, 16 Mar 2004 16:14:50 +0000 (16:14 +0000)
commit6621d78e99fcfda0d0d5f3935de7ff49d33e6682
treed44e753af7662d70921adf2ddb3b742776f2df6e
parent8c7dca8f62aedd623486b18614ad38e2108890d7
combine.c (combine_simplify_rtx): Remove the "last" parameter and its documentation.

2004-03-16  Paolo Bonzini  <bonzini@gnu.org>

* combine.c (combine_simplify_rtx): Remove the "last"
parameter and its documentation.  Adjust recursive calls.
(simplify_logical): Always perform the only simplification
controlled by "last", if the simplified expression is
actually different.
(try_combine): Do not pass the "last" parameter to
combine_simplify_rtx.

From-SVN: r79534
gcc/ChangeLog
gcc/combine.c