diff options
Diffstat (limited to 'gcc/tree-ssa-alias.c')
-rw-r--r-- | gcc/tree-ssa-alias.c | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c index a5bd831..be5d9bb 100644 --- a/gcc/tree-ssa-alias.c +++ b/gcc/tree-ssa-alias.c @@ -22,37 +22,36 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "target.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "alloc-pool.h" +#include "timevar.h" /* for TV_ALIAS_STMT_WALK */ +#include "tm_p.h" #include "ssa.h" +#include "expmed.h" +#include "insn-config.h" +#include "emit-rtl.h" +#include "cgraph.h" +#include "tree-pretty-print.h" #include "alias.h" #include "fold-const.h" -#include "tm_p.h" -#include "target.h" -#include "dominance.h" -#include "timevar.h" /* for TV_ALIAS_STMT_WALK */ #include "langhooks.h" #include "flags.h" -#include "tree-pretty-print.h" #include "dumpfile.h" #include "internal-fn.h" #include "tree-eh.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 "stmt.h" #include "expr.h" #include "tree-dfa.h" #include "tree-inline.h" #include "params.h" -#include "alloc-pool.h" -#include "cgraph.h" #include "ipa-reference.h" /* Broad overview of how alias analysis on gimple works: |