Split print_rtx into subroutines
commitc929b6232fc6d260caf12e8231bc8458fd55e729
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Oct 2016 19:19:05 +0000 (11 19:19 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Oct 2016 19:19:05 +0000 (11 19:19 +0000)
treee323afc12d203f1f66112715594b6393aded75ed
parent604360a50fa358e2686a5b011fcf59b97fc13b62
Split print_rtx into subroutines

gcc/ChangeLog:
* print-rtl.c (print_rtx): Rename "i" to "idx".  Split out the
operand-printing "switch" statement into...
(print_rtx_operand_code_0): ...this new function, ...
(print_rtx_operand_code_e): ...this new function, ...
(print_rtx_operand_codes_E_and_V): ...this new function, ...
(print_rtx_operand_code_i): ...this new function, ...
(print_rtx_operand_code_r): ...this new function, ...
(print_rtx_operand_code_u): ...this new function, ...
(print_rtx_operand): ...and this new function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241002 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/print-rtl.c