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>
#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. */