]> git.ipfire.org Git - thirdparty/gcc.git/commit
Tweaks to print_rtx_function
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 14 Oct 2016 20:22:23 +0000 (20:22 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 14 Oct 2016 20:22:23 +0000 (20:22 +0000)
commit983496febcc17e53d5596cff4d2cb1f1c16ebe19
treef477f08f40f1c4296660873d28335ce92f40ee1d
parent38e34671fa2bb8a686cd2e2c770937b8c9be8f1e
Tweaks to print_rtx_function

gcc/ChangeLog:
* print-rtl-function.c (print_edge): Omit "(flags)" when none are
set.
(print_rtx_function): Update example in comment for...
* print-rtl.c (print_rtx_operand_code_r): In compact mode, print
non-virtual pseudos with a '%' sigil followed by the regno, offset
by (LAST_VIRTUAL_REGISTER + 1), so that the first non-virtual
pseudo is dumped as "%0".

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