]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PR115394] Remove streamer_debugging and it's uses.
authorPrathamesh Kulkarni <prathameshk@nvidia.com>
Wed, 10 Jul 2024 11:28:20 +0000 (16:58 +0530)
committerPrathamesh Kulkarni <prathameshk@nvidia.com>
Wed, 10 Jul 2024 11:39:01 +0000 (17:09 +0530)
commit23c2e6de305b8a9e44041d54e587f1333f06134c
treec8d5e91cae4952d226c10bdf5bf20f214b9cc255
parent80e446e829d818dc19daa6e671b9626e93ee4949
[PR115394] Remove streamer_debugging and it's uses.

gcc/ChangeLog:
PR lto/115394
* lto-streamer.h: Remove streamer_debugging definition.
* lto-streamer-out.cc (stream_write_tree_ref): Remove use of streamer_debugging.
(lto_output_tree): Likewise.
* tree-streamer-in.cc (streamer_read_tree_bitfields): Likewise.
(streamer_get_pickled_tree): Likewise.
* tree-streamer-out.cc (pack_ts_base_value_fields): Likewise.

Signed-off-by: Prathamesh Kulkarni <prathameshk@nvidia.com>
gcc/lto-streamer-out.cc
gcc/lto-streamer.h
gcc/tree-streamer-in.cc
gcc/tree-streamer-out.cc