diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 6f72dd3..9798713 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -22,10 +22,18 @@ #include "system.h" #include "coretypes.h" #include "backend.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "alloc-pool.h" +#include "tree-pass.h" #include "ssa.h" +#include "expmed.h" +#include "insn-config.h" +#include "emit-rtl.h" +#include "cgraph.h" +#include "tree-pretty-print.h" +#include "diagnostic-core.h" #include "flags.h" #include "alias.h" #include "fold-const.h" @@ -33,24 +41,16 @@ #include "stmt.h" #include "internal-fn.h" #include "gimple-iterator.h" -#include "cgraph.h" #include "tree-into-ssa.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" -#include "diagnostic-core.h" -#include "tree-pass.h" -#include "alloc-pool.h" #include "splay-tree.h" #include "params.h" -#include "tree-pretty-print.h" #include "gimple-walk.h" /* The idea behind this analyzer is to generate set constraints from the |