]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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)
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

index a194bf675e4e26b550414dbec3dfc510d6b0c95e..e27166c55a5bc6cb0e99fa435097a4f3deec7cf4 100644 (file)
@@ -54,7 +54,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "dbgcnt.h"
 #include "tree-ssa-propagate.h"
 #include "tree-ssa-dce.h"
-#include "calls.h"
 #include "tree-ssa-loop-niter.h"
 
 /* Return the singleton PHI in the SEQ of PHIs for edges E0 and E1. */