diff options
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index dce5fd6..aa95f68 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -43,12 +43,16 @@ along with GCC; see the file COPYING3. If not see #include "tree-eh.h" #include "tm_p.h" #include "flags.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "stringpool.h" #include "expr.h" #include "regs.h" -#include "hard-reg-set.h" -#include "hashtab.h" #include "insn-config.h" #include "recog.h" #include "bitmap.h" |