]> git.ipfire.org Git - thirdparty/gcc.git/commit
PHIOPT: Remove gate_hoist_loads prototype
authorAndrew Pinski <apinski@marvell.com>
Fri, 31 Mar 2023 01:37:20 +0000 (01:37 +0000)
committerAndrew Pinski <apinski@marvell.com>
Mon, 17 Apr 2023 18:53:28 +0000 (11:53 -0700)
commit6d4ad4cca5d2b15d01a50a893348cbcfc340cdd5
tree94c5d63851851c27956067c17f7c7a306ea1a16f
parente11533e2f3dd91eef663f08f8326eefb72680cdf
PHIOPT: Remove gate_hoist_loads prototype

gate_hoist_loads is defined before its usage so there is
no reason for the declaration (prototype) to be there.

Committed as obvious after a bootstrap/test on x86_64-linux-gnu with no regressions.

gcc/ChangeLog:

* tree-ssa-phiopt.cc (gate_hoist_loads): Remove
prototype.
gcc/tree-ssa-phiopt.cc