print_rtx_function: update example in comment
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 19 Dec 2016 20:33:05 +0000 (20:33 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 19 Dec 2016 20:33:05 +0000 (20:33 +0000)
commitf40772228541713306cc1678fda2b365fe228ebc
treece8a60522de7d096834320eb46f4ea037b8a8d6b
parent6418b07737eb2dc44e9941812c665dc91fa962ed
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.

From-SVN: r243812
gcc/ChangeLog
gcc/print-rtl-function.c