diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h index 252793f2a0f..6d93e3eebca 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -120,6 +120,13 @@ struct loop; /* This is defined in tree-ssa-alias.h. */ struct ao_ref_s; +/* This is defined in tree-vectorizer.h. */ +struct _stmt_vec_info; + +/* These are defined in tree-vect-stmts.c. */ +extern tree stmt_vectype (struct _stmt_vec_info *); +extern bool stmt_in_inner_loop_p (struct _stmt_vec_info *); + /* Assembler instructions for creating various kinds of integer object. */ struct asm_int_op |