aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 8bfdfe4..02131ee 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -2698,7 +2698,7 @@ can_throw_internal_1 (int region_number, bool is_resx)
}
bool
-can_throw_internal (rtx insn)
+can_throw_internal (const_rtx insn)
{
rtx note;
@@ -2752,7 +2752,7 @@ can_throw_external_1 (int region_number, bool is_resx)
}
bool
-can_throw_external (rtx insn)
+can_throw_external (const_rtx insn)
{
rtx note;