]> git.ipfire.org Git - thirdparty/gcc.git/commit
IRA+LRA: Change return type of predicate functions from int to bool
authorUros Bizjak <ubizjak@gmail.com>
Wed, 12 Jul 2023 19:09:05 +0000 (21:09 +0200)
committerUros Bizjak <ubizjak@gmail.com>
Wed, 12 Jul 2023 19:10:12 +0000 (21:10 +0200)
commit519b29c9e53d110d165059faa8a300c74450235a
tree8adcbaef3f3f4fa70a327a3b574078a41252f72e
parentef42efe373b012a297e534f7fb5b30e601cc7017
IRA+LRA: Change return type of predicate functions from int to bool

gcc/ChangeLog:

* ira.cc (equiv_init_varies_p): Change return type from int to bool
and adjust function body accordingly.
(equiv_init_movable_p): Ditto.
(memref_used_between_p): Ditto.
* lra-constraints.cc (valid_address_p): Ditto.
gcc/ira.cc
gcc/lra-constraints.cc