diff options
Diffstat (limited to 'gcc/genpreds.c')
-rw-r--r-- | gcc/genpreds.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/genpreds.c b/gcc/genpreds.c index 439a7f4..48226f5 100644 --- a/gcc/genpreds.c +++ b/gcc/genpreds.c @@ -1581,7 +1581,8 @@ write_insn_preds_c (void) #include \"reload.h\"\n\ #include \"regs.h\"\n\ #include \"emit-rtl.h\"\n\ -#include \"tm-constrs.h\"\n"); +#include \"tm-constrs.h\"\n\ +#include \"target.h\"\n"); FOR_ALL_PREDICATES (p) write_one_predicate_function (p); |