From f9e63ebcf60964fdc3b84c9b7fd7f19a9bf35b04 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Tue, 20 May 2025 22:01:30 +0000 Subject: [PATCH] rs6000: Remove include of reload.h As one of the last steps in removing old reload, I'll delete the reload.h header file. It would be a bit embarrassing if that stopped the target I am responsible for from working, so let's prevent that. We do not actually use anything from this header file (checked by building with this patch, and make check has identical results as well), so it was easy for our port. Many other ports will be like this, but some will need some adjustments. I'll do cross builds of many ports before it is all over, but it would be good if other ports tried to remove reload.h from their includes as well :-) 2025-06-26 Segher Boessenkool * config/rs6000/rs6000.cc: Remove include of reload.h . --- gcc/config/rs6000/rs6000.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.cc b/gcc/config/rs6000/rs6000.cc index 7ea37778103..7375c36e406 100644 --- a/gcc/config/rs6000/rs6000.cc +++ b/gcc/config/rs6000/rs6000.cc @@ -55,7 +55,6 @@ #include "output.h" #include "common/common-target.h" #include "langhooks.h" -#include "reload.h" #include "sched-int.h" #include "gimplify.h" #include "gimple-iterator.h" -- 2.47.2