diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 5d4258f..6a6977e 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -378,6 +378,8 @@ struct function GTY(()) int stack_alignment_needed; /* Preferred alignment of the end of stack frame. */ int preferred_stack_boundary; + /* Set when the call to function itself has been emit. */ + bool recursive_call_emit; /* Language-specific code can use this to store whatever it likes. */ struct language_function * language; |