diff options
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index fee1513..ea89d7a 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "line-map.h" -#include "hash-table.h" #include "input.h" #include "tree.h" #include "varasm.h" @@ -46,7 +45,6 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "basic-block.h" #include "intl.h" -#include "ggc.h" #include "graph.h" #include "regs.h" #include "diagnostic-core.h" @@ -61,6 +59,10 @@ along with GCC; see the file COPYING3. If not see #include "coverage.h" #include "value-prof.h" #include "tree-inline.h" +#include "tree-ssa-alias.h" +#include "internal-fn.h" +#include "gimple-expr.h" +#include "is-a.h" #include "gimple.h" #include "gimple-ssa.h" #include "tree-cfg.h" |