hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/scripts/gcc-plugins/gcc-common.h
....@@ -108,7 +108,13 @@
108108 #include "varasm.h"
109109 #include "stor-layout.h"
110110 #include "internal-fn.h"
111
+#endif
112
+
113
+#include "gimple.h"
114
+
115
+#if BUILDING_GCC_VERSION >= 4009
111116 #include "gimple-expr.h"
117
+#include "gimple-iterator.h"
112118 #include "gimple-fold.h"
113119 #include "context.h"
114120 #include "tree-ssa-alias.h"
....@@ -124,13 +130,10 @@
124130 #include "gimplify.h"
125131 #endif
126132
127
-#include "gimple.h"
128
-
129133 #if BUILDING_GCC_VERSION >= 4009
130134 #include "tree-ssa-operands.h"
131135 #include "tree-phinodes.h"
132136 #include "tree-cfg.h"
133
-#include "gimple-iterator.h"
134137 #include "gimple-ssa.h"
135138 #include "ssa-iterators.h"
136139 #endif