diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h index 633e384..a656930 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -149,6 +149,9 @@ class ao_ref; /* This is defined in tree-vectorizer.h. */ class _stmt_vec_info; +/* This is defined in calls.h. */ +class function_arg_info; + /* These are defined in tree-vect-stmts.c. */ extern tree stmt_vectype (class _stmt_vec_info *); extern bool stmt_in_inner_loop_p (class _stmt_vec_info *); |