diff options
Diffstat (limited to 'gcc/genpreds.c')
-rw-r--r-- | gcc/genpreds.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/genpreds.c b/gcc/genpreds.c index a742f15..1eb3368 100644 --- a/gcc/genpreds.c +++ b/gcc/genpreds.c @@ -1417,6 +1417,15 @@ write_insn_preds_c (void) #include \"coretypes.h\"\n\ #include \"tm.h\"\n\ #include \"rtl.h\"\n\ +#include \"hash-set.h\"\n\ +#include \"machmode.h\"\n\ +#include \"vec.h\"\n\ +#include \"double-int.h\"\n\ +#include \"input.h\"\n\ +#include \"alias.h\"\n\ +#include \"symtab.h\"\n\ +#include \"wide-int.h\"\n\ +#include \"inchash.h\"\n\ #include \"tree.h\"\n\ #include \"varasm.h\"\n\ #include \"stor-layout.h\"\n\ |