diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2023-05-31 10:49:03 +0200 |
---|---|---|
committer | Uros Bizjak <ubizjak@gmail.com> | 2023-05-31 16:14:22 +0200 |
commit | 3f4853a5f00fabdc7b9ce01fbbdd6f4be11506c5 (patch) | |
tree | bdcefe77ff0d889936de70e0a569e54a0f3016c6 /gcc/fold-const-call.cc | |
parent | 4d519f1ba37e47065e92a8400d7975032ee0eb57 (diff) | |
download | gcc-3f4853a5f00fabdc7b9ce01fbbdd6f4be11506c5.zip gcc-3f4853a5f00fabdc7b9ce01fbbdd6f4be11506c5.tar.gz gcc-3f4853a5f00fabdc7b9ce01fbbdd6f4be11506c5.tar.bz2 |
emit-rtl: Change return type of predicate functions from int to bool
Also fix some stalled comments.
gcc/ChangeLog:
* rtl.h (subreg_lowpart_p): Change return type from int to bool.
(active_insn_p): Ditto.
(in_sequence_p): Ditto.
(unshare_all_rtl): Change return type from int to void.
* emit-rtl.h (mem_expr_equal_p): Change return type from int to bool.
* emit-rtl.cc (subreg_lowpart_p): Change return type from int to bool
and adjust function body accordingly.
(mem_expr_equal_p): Ditto.
(unshare_all_rtl): Change return type from int to void
and adjust function body accordingly.
(verify_rtx_sharing): Remove unneeded return.
(active_insn_p): Change return type from int to bool
and adjust function body accordingly.
(in_sequence_p): Ditto.
Diffstat (limited to 'gcc/fold-const-call.cc')
0 files changed, 0 insertions, 0 deletions