diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index abc2303bcf7..fbaa17d0d47 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -491,6 +491,7 @@ extern int trampolines_created; extern void set_cfun (struct function *new_cfun); extern void push_cfun (struct function *new_cfun); extern void pop_cfun (void); +extern void instantiate_decl_rtl (rtx x); /* For backward compatibility... eventually these should all go away. */ #define current_function_pops_args (cfun->pops_args) |