diff options
Diffstat (limited to 'gcc/cp/coroutines.h')
-rw-r--r-- | gcc/cp/coroutines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/coroutines.h b/gcc/cp/coroutines.h index 10698cf..55caa6e 100644 --- a/gcc/cp/coroutines.h +++ b/gcc/cp/coroutines.h @@ -126,6 +126,7 @@ private: bool inline_p = false; bool valid_coroutine = false; + void analyze_fn_parms (); void wrap_original_function_body (); bool build_ramp_function (); }; |