diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-28 20:47:49 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-28 20:47:49 +0000 |
commit | bdda9b179dab8cce7cb1308d327fc6eb9ba53694 (patch) | |
tree | 8a87291d775985e6bc4884ae73efc5bc6a95a768 /gcc/rtl.h | |
parent | dc01c3d194afdf0ef85c46a97459badf1b149225 (diff) | |
download | gcc-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |