diff options
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h index fadbb4b3f26..2b281bbe5f6 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -442,7 +442,7 @@ extern rtx exception_handler_labels; /* Determine if the given INSN can throw an exception. */ -extern int can_throw PARAMS ((rtx)); +extern int can_throw_internal PARAMS ((rtx)); /* Return nonzero if nothing in this function can throw. */ |