print_rtx_function: update example in comment
commit43e7db233e1b59f240bd087b536a1a14ce52d2f4
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Dec 2016 20:33:05 +0000 (19 20:33 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Dec 2016 20:33:05 +0000 (19 20:33 +0000)
treece8a60522de7d096834320eb46f4ea037b8a8d6b
parentf85d48f514fb252f07477e629420753a4f2765f1
print_rtx_function: update example in comment

The patch updates the example dump in the comment for
print_rtx_function to reflect various changes:
- r241593: addition of insn UIDs
- r241908: removal of trailing "(nil)" and other default values
- r242023: addition of "param" directives
- r243798: change of format of regnos in non-virtual pseudos
(from "$2" to "<2>")

gcc/ChangeLog:
* print-rtl-function.c (print_rtx_function): Update
example in comment to reflect current format.

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