aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2014-08-28 20:47:49 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2014-08-28 20:47:49 +0000
commitbdda9b179dab8cce7cb1308d327fc6eb9ba53694 (patch)
tree8a87291d775985e6bc4884ae73efc5bc6a95a768 /gcc/rtl.h
parentdc01c3d194afdf0ef85c46a97459badf1b149225 (diff)
downloadgcc-bdda9b179dab8cce7cb1308d327fc6eb9ba53694.zip
gcc-bdda9b179dab8cce7cb1308d327fc6eb9ba53694.tar.gz
gcc-bdda9b179dab8cce7cb1308d327fc6eb9ba53694.tar.bz2
Delete find_last_value
gcc/ 2014-08-28 David Malcolm <dmalcolm@redhat.com> * rtl.h (find_last_value): Delete. * rtlanal.c (find_last_value): Delete. From-SVN: r214694
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index ab2a4de..e32c5a7 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2751,7 +2751,6 @@ extern rtx single_set_2 (const_rtx, const_rtx);
extern int multiple_sets (const_rtx);
extern int set_noop_p (const_rtx);
extern int noop_move_p (const_rtx);
-extern rtx find_last_value (rtx, rtx *, rtx, int);
extern int refers_to_regno_p (unsigned int, unsigned int, const_rtx, rtx *);
extern int reg_overlap_mentioned_p (const_rtx, const_rtx);
extern const_rtx set_of (const_rtx, const_rtx);