diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index b531010..8c9b01d 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -2990,7 +2990,7 @@ computed_jump_p_1 (const_rtx x) we can recognize them by a (use (label_ref)). */ int -computed_jump_p (const_rtx insn) +computed_jump_p (const rtx_insn *insn) { int i; if (JUMP_P (insn)) |