aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/cpplib.h
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2023-06-21 21:55:30 +0200
committerUros Bizjak <ubizjak@gmail.com>2023-06-21 21:56:14 +0200
commitce47d3c2cf59bb2cc94afc4bbef88b0e4950f086 (patch)
tree6643a830c7762418db707685c101b14190eb06fa /libcpp/include/cpplib.h
parent1c1dd39625719d92b0ab7afc690f0aada5951072 (diff)
downloadgcc-ce47d3c2cf59bb2cc94afc4bbef88b0e4950f086.zip
gcc-ce47d3c2cf59bb2cc94afc4bbef88b0e4950f086.tar.gz
gcc-ce47d3c2cf59bb2cc94afc4bbef88b0e4950f086.tar.bz2
function: Change return type of predicate function from int to bool
Also change some internal variables to bool and some functions to void. gcc/ChangeLog: * function.h (emit_initial_value_sets): Change return type from int to void. (aggregate_value_p): Change return type from int to bool. (prologue_contains): Ditto. (epilogue_contains): Ditto. (prologue_epilogue_contains): Ditto. * function.cc (temp_slot): Make "in_use" variable bool. (make_slot_available): Update for changed "in_use" variable. (assign_stack_temp_for_type): Ditto. (emit_initial_value_sets): Change return type from int to void and update function body accordingly. (instantiate_virtual_regs): Ditto. (rest_of_handle_thread_prologue_and_epilogue): Ditto. (safe_insn_predicate): Change return type from int to bool. (aggregate_value_p): Change return type from int to bool and update function body accordingly. (prologue_contains): Change return type from int to bool. (prologue_epilogue_contains): Ditto.
Diffstat (limited to 'libcpp/include/cpplib.h')
0 files changed, 0 insertions, 0 deletions