diff options
Diffstat (limited to 'gcc/postreload-gcse.c')
-rw-r--r-- | gcc/postreload-gcse.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index b81c402..d6fa3d1 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -33,12 +33,16 @@ along with GCC; see the file COPYING3. If not see #include "insn-config.h" #include "recog.h" #include "basic-block.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "expr.h" #include "except.h" #include "intl.h" #include "obstack.h" -#include "hashtab.h" #include "params.h" #include "target.h" #include "tree-pass.h" |