diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 5d72d87..1cc6d55 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -21,34 +21,21 @@ #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "backend.h" +#include "tree.h" +#include "gimple.h" +#include "rtl.h" +#include "ssa.h" #include "obstack.h" -#include "bitmap.h" -#include "sbitmap.h" #include "flags.h" -#include "predict.h" -#include "hard-reg-set.h" -#include "function.h" -#include "dominance.h" -#include "cfg.h" -#include "basic-block.h" #include "alias.h" -#include "symtab.h" -#include "tree.h" #include "fold-const.h" #include "stor-layout.h" #include "stmt.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimple-iterator.h" -#include "gimple-ssa.h" #include "cgraph.h" -#include "stringpool.h" -#include "tree-ssanames.h" #include "tree-into-ssa.h" -#include "rtl.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" @@ -64,8 +51,6 @@ #include "alloc-pool.h" #include "splay-tree.h" #include "params.h" -#include "tree-phinodes.h" -#include "ssa-iterators.h" #include "tree-pretty-print.h" #include "gimple-walk.h" |