diff options
Diffstat (limited to 'gcc/trans-mem.c')
-rw-r--r-- | gcc/trans-mem.c | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/gcc/trans-mem.c b/gcc/trans-mem.c index 4fe4579..4b0b642 100644 --- a/gcc/trans-mem.c +++ b/gcc/trans-mem.c @@ -22,6 +22,17 @@ #include "coretypes.h" #include "hash-table.h" #include "tree.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "dominance.h" +#include "cfg.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" @@ -30,14 +41,6 @@ #include "is-a.h" #include "gimple.h" #include "calls.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" -#include "machmode.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "input.h" -#include "function.h" #include "rtl.h" #include "emit-rtl.h" #include "gimplify.h" @@ -62,7 +65,6 @@ #include "gimple-pretty-print.h" #include "cfgloop.h" #include "tree-ssa-address.h" -#include "predict.h" #define A_RUNINSTRUMENTEDCODE 0x0001 |