diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index e4264bf..770ab98 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1941,7 +1941,7 @@ insn_nothrow_p (const_rtx insn) /* ??? This test is here in this file because it (ab)uses REG_EH_REGION. */ bool -can_nonlocal_goto (const_rtx insn) +can_nonlocal_goto (const rtx_insn *insn) { if (nonlocal_goto_handler_labels && CALL_P (insn)) { |