diff options
author | Andrew Pinski <andrew.pinski@oss.qualcomm.com> | 2025-08-19 16:14:57 -0700 |
---|---|---|
committer | Andrew Pinski <andrew.pinski@oss.qualcomm.com> | 2025-08-20 05:41:15 -0700 |
commit | 39acf3c9dd767626b422843adb8f5be06206af08 (patch) | |
tree | 54390e6977ab9340ebce2c3119d9dcd949220bf5 /libjava/classpath/lib/java | |
parent | 724d88900b7aa8f249b737a33e9b11eedf48ebae (diff) | |
download | gcc-39acf3c9dd767626b422843adb8f5be06206af08.zip gcc-39acf3c9dd767626b422843adb8f5be06206af08.tar.gz gcc-39acf3c9dd767626b422843adb8f5be06206af08.tar.bz2 |
sra: Make build_ref_for_offset static [PR121568]
build_ref_for_offset was originally made external
with r0-95095-g3f84bf08c48ea4. The call was extracted
out into ipa_get_jf_ancestor_result by r0-110216-g310bc6334823b9.
Then the call was removed by r10-7273-gf3280e4c0c98e1.
So there is no use of build_ref_for_offset outside of SRA, so
let's make it static again.
Bootstrapped and tested on x86_64-linux-gnu.
PR tree-optimization/121568
gcc/ChangeLog:
* ipa-prop.h (build_ref_for_offset): Remove.
* tree-sra.cc (build_ref_for_offset): Make static.
Signed-off-by: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
Diffstat (limited to 'libjava/classpath/lib/java')
0 files changed, 0 insertions, 0 deletions