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 e06366c..f9b9a9a 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -259,6 +259,8 @@ extern void restore_emit_status PROTO((struct function *)); extern void save_storage_status PROTO((struct function *)); extern void restore_storage_status PROTO((struct function *)); +extern rtx get_first_block_beg PROTO((void)); + #ifdef rtx #undef rtx #endif |