diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-22 20:06:25 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-22 20:06:25 +0000 |
commit | f719babc10087fe48eef73d81fb50654785e950d (patch) | |
tree | 4b4ca847a458b3a2f9854acbe5f17105212f4b55 /gcc/reg-stack.c | |
parent | 9f215bf54c4e0b9d8fc0368b594edec3a5303386 (diff) | |
download | gcc-f719babc10087fe48eef73d81fb50654785e950d.zip gcc-f719babc10087fe48eef73d81fb50654785e950d.tar.gz gcc-f719babc10087fe48eef73d81fb50654785e950d.tar.bz2 |
print-rtl.c: Use rtx_insn for various debug_ functions
gcc/
* rtl.h (debug_rtx_list): Strengthen param 1 "x" from const_rtx to
const rtx_insn *.
(debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
(debug_rtx_find): Likewise for param 1 "x".
* print-rtl.c (debug_rtx_list): Strengthen param 1 "x" from
const_rtx to const rtx_insn *. Likewise for local "insn".
(debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
(debug_rtx_find): Likewise for param 1 "x".
(print_rtl): Likewise for local "tmp_rtx", adding a checked cast
from const_rtx to const rtx_insn * within the appropriate cases of
the switch statement.
* config/rs6000/rs6000.c (rs6000_debug_legitimize_address):
Strengthen local "insns" from rtx to rtx_insn * since this is
passed to a call to debug_rtx_list.
From-SVN: r214362
Diffstat (limited to 'gcc/reg-stack.c')
0 files changed, 0 insertions, 0 deletions