Commit 15cd50fb by Trevor Saunders Committed by Trevor Saunders

kill_autoinc_value can take a rtx_insn *

gcc/ChangeLog:

2015-05-02  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* regcprop.c (kill_autoinc_value): Change type of argument to
	rtx_insn *.

From-SVN: r222734
parent bddee3fc
2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* regcprop.c (kill_autoinc_value): Change type of argument to
rtx_insn *.
2015-05-02 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* genrecog.c (print_subroutine): Adjust.
* recog.c (get_bool_attr_mask_uncached): Likewise.
* recog.h (struct recog_data_d): Change the type of insn to
......
......@@ -285,7 +285,7 @@ kill_set_value (rtx x, const_rtx set, void *data)
and install that register as the root of its own value list. */
static void
kill_autoinc_value (rtx insn, struct value_data *vd)
kill_autoinc_value (rtx_insn *insn, struct value_data *vd)
{
subrtx_iterator::array_type array;
FOR_EACH_SUBRTX (iter, array, PATTERN (insn), NONCONST)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment