diff options
Diffstat (limited to 'gcc/gimplify-me.c')
-rw-r--r-- | gcc/gimplify-me.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/gimplify-me.c b/gcc/gimplify-me.c index 05e986a..2e71697 100644 --- a/gcc/gimplify-me.c +++ b/gcc/gimplify-me.c @@ -27,6 +27,15 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "stmt.h" #include "stor-layout.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" |