rtx_insn * in df-problems.c
gcc/ChangeLog: 2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * df-problems.c: Change argument type to rtx_insn *. From-SVN: r222957
This commit is contained in:
parent
203933e1a7
commit
537469f6a0
@ -1,3 +1,7 @@
|
|||||||
|
2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
|
||||||
|
|
||||||
|
* df-problems.c: Change argument type to rtx_insn *.
|
||||||
|
|
||||||
2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
|
2015-05-08 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
|
||||||
|
|
||||||
* combine.c: Change argument type to rtx_insn *.
|
* combine.c: Change argument type to rtx_insn *.
|
||||||
|
@ -3597,7 +3597,7 @@ df_simulate_one_insn_forwards (basic_block bb, rtx_insn *insn, bitmap live)
|
|||||||
/* Return an OR of MEMREF_NORMAL or MEMREF_VOLATILE for the MEMs in X. */
|
/* Return an OR of MEMREF_NORMAL or MEMREF_VOLATILE for the MEMs in X. */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
find_memory (rtx insn)
|
find_memory (rtx_insn *insn)
|
||||||
{
|
{
|
||||||
int flags = 0;
|
int flags = 0;
|
||||||
subrtx_iterator::array_type array;
|
subrtx_iterator::array_type array;
|
||||||
|
Loading…
Reference in New Issue
Block a user