diff options
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 4d7d3b7..a3589d3 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -2305,6 +2305,12 @@ write_header (void) #include \"tm.h\"\n\ #include \"rtl.h\"\n\ #include \"tm_p.h\"\n\ +#include \"hashtab.h\"\n\ +#include \"hash-set.h\"\n\ +#include \"vec.h\"\n\ +#include \"machmode.h\"\n\ +#include \"hard-reg-set.h\"\n\ +#include \"input.h\"\n\ #include \"function.h\"\n\ #include \"insn-config.h\"\n\ #include \"recog.h\"\n\ @@ -2316,6 +2322,7 @@ write_header (void) #include \"reload.h\"\n\ #include \"regs.h\"\n\ #include \"tm-constrs.h\"\n\ +#include \"predict.h\"\n\ \n"); puts ("\n\ |