https://gcc.gnu.org/g:2e1f0142708e29bf0f19ef76c9dded913081a0ef

commit r16-1033-g2e1f0142708e29bf0f19ef76c9dded913081a0ef
Author: Takayuki 'January June' Suwa <jjsuwa_sys3...@yahoo.co.jp>
Date:   Tue May 27 15:59:21 2025 +0900

    xtensa: Remove include of reload.h
    
    As one of the last steps in removing old reload.
    
    gcc/ChangeLog:
    
            * config/xtensa/xtensa.cc: Remove include of reload.h.

Diff:
---
 gcc/config/xtensa/xtensa.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/config/xtensa/xtensa.cc b/gcc/config/xtensa/xtensa.cc
index d1856f76c053..a9d67a56cd6a 100644
--- a/gcc/config/xtensa/xtensa.cc
+++ b/gcc/config/xtensa/xtensa.cc
@@ -48,7 +48,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "alias.h"
 #include "explow.h"
 #include "expr.h"
-#include "reload.h"
 #include "langhooks.h"
 #include "gimplify.h"
 #include "builtins.h"

Reply via email to