Split print_rtx into subroutines
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 11 Oct 2016 19:19:05 +0000 (19:19 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 11 Oct 2016 19:19:05 +0000 (19:19 +0000)
commitacda0629ffd1ce4fa1189f9b36e724267cc63795
treee323afc12d203f1f66112715594b6393aded75ed
parentec08df86cb5af4ab34f8251b38f52be7b99bfa20
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.

From-SVN: r241002
gcc/ChangeLog
gcc/print-rtl.c