diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 30a493ee102..96d1ce3faeb 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -61,6 +61,17 @@ #include "stringpool.h" #include "tree-ssanames.h" #include "tree-into-ssa.h" +#include "rtl.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "insn-config.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" #include "expr.h" #include "tree-dfa.h" #include "tree-inline.h" @@ -69,7 +80,6 @@ #include "alloc-pool.h" #include "splay-tree.h" #include "params.h" -#include "alias.h" #include "tree-phinodes.h" #include "ssa-iterators.h" #include "tree-pretty-print.h" |