aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>2015-05-09 04:16:19 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2015-05-09 04:16:19 +0000
commit8a1b6388da95b981729823f9bcb58304c7524477 (patch)
tree2e4847f813fcd0826e7fa80c554198ec3960842f /gcc/rtl.h
parent9b8d3c60b692059d96791bf2a3249367a8682b07 (diff)
downloadgcc-8a1b6388da95b981729823f9bcb58304c7524477.zip
gcc-8a1b6388da95b981729823f9bcb58304c7524477.tar.gz
gcc-8a1b6388da95b981729823f9bcb58304c7524477.tar.bz2
make noop_move_p take a rtx_insn *
gcc/ChangeLog: 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * rtlanal.c (noop_move_p): Change argument type to rtx_insn *. * rtl.h: Adjust. From-SVN: r222943
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 82ed3b3..870559b 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2844,7 +2844,7 @@ extern int modified_in_p (const_rtx, const_rtx);
extern int reg_set_p (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 int noop_move_p (const rtx_insn *);
extern bool 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);