diff options
Diffstat (limited to 'gcc/lower-subreg.c')
-rw-r--r-- | gcc/lower-subreg.c | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gcc/lower-subreg.c b/gcc/lower-subreg.c index 14783bb..d58b5c5 100644 --- a/gcc/lower-subreg.c +++ b/gcc/lower-subreg.c @@ -24,6 +24,15 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "machmode.h" #include "tm.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 "rtl.h" #include "tm_p.h" @@ -31,9 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "obstack.h" #include "predict.h" -#include "vec.h" -#include "hashtab.h" -#include "hash-set.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" |