]> git.ipfire.org Git - thirdparty/gcc.git/commit
Make add_phi_node_to_bb static
authorRichard Biener <rguenther@suse.de>
Wed, 2 Aug 2023 11:26:06 +0000 (13:26 +0200)
committerRichard Biener <rguenther@suse.de>
Wed, 2 Aug 2023 11:51:04 +0000 (13:51 +0200)
commit0460c1221627938baa56c4b574a43ff19a6a8499
treecd2da5e435cc3de41eb39459107d0c8ae543722c
parent68c3aa7510b2f45f44379ecd77e97c88780a84ed
Make add_phi_node_to_bb static

The only exported PHI allocation already adds the PHI node to a block.

* tree-phinodes.h (add_phi_node_to_bb): Remove.
* tree-phinodes.cc  (add_phi_node_to_bb): Make static.
gcc/tree-phinodes.cc
gcc/tree-phinodes.h