diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2021-07-12 16:34:41 +0200 |
---|---|---|
committer | Uros Bizjak <ubizjak@gmail.com> | 2021-07-12 16:35:14 +0200 |
commit | fe610051a803131822bd02a8842a67b573b8e46a (patch) | |
tree | f07119f50a0457279b2f422cf09d9f9388ccc229 /gcc/tree-ssa-phiopt.c | |
parent | 6bebd55e12375b397ed187630bb57d58611dfc5f (diff) | |
download | gcc-fe610051a803131822bd02a8842a67b573b8e46a.zip gcc-fe610051a803131822bd02a8842a67b573b8e46a.tar.gz gcc-fe610051a803131822bd02a8842a67b573b8e46a.tar.bz2 |
Change the type of memory classification functions to bool
2021-07-12 Uroš Bizjak <ubizjak@gmail.com>
gcc/
* recog.c (memory_address_addr_space_p): Change the type to bool.
Return true/false instead of 1/0.
(offsettable_memref_p): Ditto.
(offsettable_nonstrict_memref_p): Ditto.
(offsettable_address_addr_space_p): Ditto.
Change the type of addressp indirect function to bool.
* recog.h (memory_address_addr_space_p): Change the type to bool.
(strict_memory_address_addr_space_p): Ditto.
(offsettable_memref_p): Ditto.
(offsettable_nonstrict_memref_p): Ditto.
(offsettable_address_addr_space_p): Ditto.
* reload.c (maybe_memory_address_addr_space_p): Ditto.
(strict_memory_address_addr_space_p): Change the type to bool.
Return true/false instead of 1/0.
(maybe_memory_address_addr_space_p): Change the type to bool.
Diffstat (limited to 'gcc/tree-ssa-phiopt.c')
0 files changed, 0 insertions, 0 deletions