]> git.ipfire.org Git - thirdparty/gcc.git/commit
middle-end: Remove unused internal function after IVopts cleanup [PR118756]
authorTamar Christina <tamar.christina@arm.com>
Thu, 6 Feb 2025 17:46:52 +0000 (17:46 +0000)
committerTamar Christina <tamar.christina@arm.com>
Thu, 6 Feb 2025 17:48:05 +0000 (17:48 +0000)
commit8d19fbb2be487f19ed1c48699e17cafe19520525
tree0117d5bf16e2215e14c86034658ebef8dc047c6d
parentcfed99751c1a3b93ca66451eb1b62271e682f927
middle-end: Remove unused internal function after IVopts cleanup [PR118756]

It seems that after my IVopts patches the function contain_complex_addr_expr
became unused and clang is rightfully complaining about it.

This removes the unused internal function.

gcc/ChangeLog:

PR tree-optimization/118756
* tree-ssa-loop-ivopts.cc (contain_complex_addr_expr): Remove.
gcc/tree-ssa-loop-ivopts.cc