diff options
Diffstat (limited to 'gcc/postreload.c')
-rw-r--r-- | gcc/postreload.c | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/gcc/postreload.c b/gcc/postreload.c index 67d02d0..30fa449 100644 --- a/gcc/postreload.c +++ b/gcc/postreload.c @@ -35,6 +35,21 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "function.h" #include "symtab.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 "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 "insn-codes.h" #include "optabs.h" @@ -51,13 +66,6 @@ along with GCC; see the file COPYING3. If not see #include "cselib.h" #include "diagnostic-core.h" #include "except.h" -#include "double-int.h" -#include "input.h" -#include "alias.h" -#include "symtab.h" -#include "wide-int.h" -#include "inchash.h" -#include "tree.h" #include "target.h" #include "tree-pass.h" #include "df.h" |