diff options
author | Andrew Pinski <apinski@marvell.com> | 2023-04-24 09:40:35 -0700 |
---|---|---|
committer | Andrew Pinski <apinski@marvell.com> | 2023-04-27 08:00:24 -0700 |
commit | 4c728f20d30ff36807dcec3e7305632c57a6b12c (patch) | |
tree | 27d41342a3bf9d50b7781743d276d8fa6a59a163 /gcc/fortran/intrinsic.cc | |
parent | b9fedabe381cce0b375383a746ab9fe983596bd9 (diff) | |
download | gcc-4c728f20d30ff36807dcec3e7305632c57a6b12c.zip gcc-4c728f20d30ff36807dcec3e7305632c57a6b12c.tar.gz gcc-4c728f20d30ff36807dcec3e7305632c57a6b12c.tar.bz2 |
PHIOPT: Rename tree_ssa_phiopt_worker to pass_phiopt::execute
Now that store elimination and phiopt does not
share outer code, we can move tree_ssa_phiopt_worker
directly into pass_phiopt::execute and remove
many declarations (prototypes) from the file.
gcc/ChangeLog:
* tree-ssa-phiopt.cc (two_value_replacement): Remove
prototype.
(match_simplify_replacement): Likewise.
(factor_out_conditional_conversion): Likewise.
(value_replacement): Likewise.
(minmax_replacement): Likewise.
(spaceship_replacement): Likewise.
(cond_removal_in_builtin_zero_pattern): Likewise.
(hoist_adjacent_loads): Likewise.
(tree_ssa_phiopt_worker): Move into ...
(pass_phiopt::execute): this.
Diffstat (limited to 'gcc/fortran/intrinsic.cc')
0 files changed, 0 insertions, 0 deletions