Tweaks to print_rtx_function
commit6c73025d20c3541e5a9a8754b47e622d3f33963b
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Oct 2016 20:22:23 +0000 (14 20:22 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Oct 2016 20:22:23 +0000 (14 20:22 +0000)
treef477f08f40f1c4296660873d28335ce92f40ee1d
parent5e94fd934ab7ba1b9d323570166e15b55a2ebc4c
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".

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