https://gcc.gnu.org/g:c565e0d3c4ad7c58697f3661269483ce6067e313

commit r16-144-gc565e0d3c4ad7c58697f3661269483ce6067e313
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Fri Apr 18 17:10:12 2025 -0700

    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_apin...@quicinc.com>

Diff:
---
 gcc/tree-ssa-phiopt.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/tree-ssa-phiopt.cc b/gcc/tree-ssa-phiopt.cc
index a194bf675e4e..e27166c55a5b 100644
--- a/gcc/tree-ssa-phiopt.cc
+++ b/gcc/tree-ssa-phiopt.cc
@@ -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. */

Reply via email to