]> git.ipfire.org Git - thirdparty/gcc.git/commit
phiopt: Remove calls.h include [PR119811]
authorAndrew Pinski <quic_apinski@quicinc.com>
Sat, 19 Apr 2025 00:10:12 +0000 (17:10 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Fri, 25 Apr 2025 14:46:43 +0000 (07:46 -0700)
commitc565e0d3c4ad7c58697f3661269483ce6067e313
tree3b28fc965044e3e6199c970857bfbd58d947606c
parent591831dcd4bc9cb9c089d952e73ec8bfcb6cb3fb
phiopt: Remove calls.h include [PR119811]

When the patch, https://gcc.gnu.org/pipermail/gcc-patches/2024-August/660807.html was rewroked into r15-3047-g404d947d8ddd3c,
the include for calls.h was still included and missed that it was no longer needed.

Pushed as obvious.

PR tree-optimization/119811
gcc/ChangeLog:

* tree-ssa-phiopt.cc: Remove calls.h include.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/tree-ssa-phiopt.cc