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: [PATCH 1/9] Replace int with boolean in predicate functions.


On Tue, Aug 6, 2019 at 5:45 PM Martin Liska <mliska@suse.cz> wrote:
>
>
> gcc/ChangeLog:

OK.

Richard.

> 2019-07-24  Martin Liska  <mliska@suse.cz>
>
>         * fold-const.c (twoval_comparison_p): Replace int
>         with bool as a return type.
>         (simple_operand_p): Likewise.
>         (operand_equal_p): Replace int with bool as a return type.
>         * fold-const.h (operand_equal_p): Likewise.
> ---
>  gcc/fold-const.c | 148 +++++++++++++++++++++++------------------------
>  gcc/fold-const.h |   2 +-
>  2 files changed, 75 insertions(+), 75 deletions(-)
>


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