diff options
Diffstat (limited to 'gcc/postreload-gcse.c')
-rw-r--r-- | gcc/postreload-gcse.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index 5e2c3e59622..8d826328bd3 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -25,6 +25,15 @@ along with GCC; see the file COPYING3. If not see #include "hash-table.h" #include "rtl.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.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 "tm_p.h" #include "regs.h" @@ -33,10 +42,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "recog.h" #include "predict.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" -#include "machmode.h" #include "input.h" #include "function.h" #include "dominance.h" |