aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>2015-05-09 04:15:57 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2015-05-09 04:15:57 +0000
commit63bd63246e5b09164625828a6ac0c7967d932bc6 (patch)
treec0fb3cc35dcd9c7a2fdc76474e2461d6e0fde865 /gcc/rtl.h
parent0d53e74ecf0d43d2e80a29d1252a18f29cbc899e (diff)
downloadgcc-63bd63246e5b09164625828a6ac0c7967d932bc6.zip
gcc-63bd63246e5b09164625828a6ac0c7967d932bc6.tar.gz
gcc-63bd63246e5b09164625828a6ac0c7967d932bc6.tar.bz2
computed_jump_p takes a rtx_insn *
gcc/ChangeLog: 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * rtlanal.c (computed_jump_p): Cange argument type to rtx_insn *. * rtl.h: Adjust. From-SVN: r222939
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 6b01dd7..2795d5a 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2890,7 +2890,7 @@ extern void replace_label (rtx *, rtx, rtx, bool);
extern void replace_label_in_insn (rtx_insn *, rtx, rtx, bool);
extern bool rtx_referenced_p (const_rtx, const_rtx);
extern bool tablejump_p (const rtx_insn *, rtx *, rtx_jump_table_data **);
-extern int computed_jump_p (const_rtx);
+extern int computed_jump_p (const rtx_insn *);
extern bool tls_referenced_p (const_rtx);
/* Overload for refers_to_regno_p for checking a single register. */