diff options
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 043ba4b8045..8f0e063f3e7 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -108,7 +108,6 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "tm_p.h" #include "symtab.h" -#include "expr.h" #include "hashtab.h" #include "hash-set.h" #include "vec.h" @@ -116,7 +115,24 @@ along with GCC; see the file COPYING3. If not see #include "hard-reg-set.h" #include "input.h" #include "function.h" +#include "flags.h" +#include "statistics.h" +#include "double-int.h" +#include "real.h" +#include "fixed-value.h" +#include "alias.h" +#include "wide-int.h" +#include "inchash.h" +#include "tree.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 "conditions.h" #include "predict.h" #include "dominance.h" @@ -124,7 +140,6 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "regs.h" #include "recog.h" -#include "flags.h" #include "obstack.h" #include "insn-attr.h" #include "resource.h" @@ -132,7 +147,6 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "target.h" #include "tree-pass.h" -#include "emit-rtl.h" #ifdef DELAY_SLOTS |