aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/lib/java
diff options
context:
space:
mode:
authorKonstantinos Eleftheriou <konstantinos.eleftheriou@vrull.eu>2025-05-20 17:01:14 +0200
committerPhilipp Tomsich <philipp.tomsich@vrull.eu>2025-05-27 15:15:56 +0200
commita6ebf1ee80f1f754a4a0338da0af7413783be2f7 (patch)
tree6e4546d8d34d3bc629def5fb97f89459acfa1fc9 /libjava/classpath/lib/java
parentc86125a62d153965a7d7eb17a2bd0d0507326fde (diff)
downloadgcc-a6ebf1ee80f1f754a4a0338da0af7413783be2f7.zip
gcc-a6ebf1ee80f1f754a4a0338da0af7413783be2f7.tar.gz
gcc-a6ebf1ee80f1f754a4a0338da0af7413783be2f7.tar.bz2
sbitmap: Rename bitmap_bit_in_range_p to bitmap_any_bit_in_range_p
This patch renames `bitmap_bit_in_range_p` to `bitmap_any_bit_in_range_p` to better reflect its purpose. gcc/ChangeLog: * sbitmap.cc (bitmap_bit_in_range_p): Renamed the function. (bitmap_any_bit_in_range_p): New function name. (bitmap_bit_in_range_p_checking): Renamed the function. (bitmap_any_bit_in_range_p_checking): New function name. (test_set_range): Updated function calls to use the new name. (test_bit_in_range): Likewise. * sbitmap.h (bitmap_bit_in_range_p): Renamed the function. (bitmap_any_bit_in_range_p): New function name. * tree-ssa-dse.cc (live_bytes_read): Updated function call to use the new name.
Diffstat (limited to 'libjava/classpath/lib/java')
0 files changed, 0 insertions, 0 deletions