summaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-22 20:06:25 +0000
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-22 20:06:25 +0000
commit831e913e4e779d0a3d7832ef67d85e551ca84d89 (patch)
tree4b4ca847a458b3a2f9854acbe5f17105212f4b55 /gcc/recog.c
parentee5f658525d66a1155727b1ffbfd7e485a23d972 (diff)
downloadgcc-831e913e4e779d0a3d7832ef67d85e551ca84d89.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.c')
0 files changed, 0 insertions, 0 deletions