diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index f27c2b0..3322f43 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -235,6 +235,10 @@ struct function inline. */ const char *cannot_inline; + /* Opaque pointer used by get_hard_reg_initial_val and + has_hard_reg_initial_val (see integrate.[hc]). */ + struct initial_value_struct *hard_reg_initial_vals; + /* Number of function calls seen so far in current function. */ int x_function_call_count; |