r243798 - in /trunk/gcc: ChangeLog print-rtl.c ...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Mon Dec 19 15:24:00 GMT 2016


Author: dmalcolm
Date: Mon Dec 19 15:24:47 2016
New Revision: 243798

URL: https://gcc.gnu.org/viewcvs?rev=243798&root=gcc&view=rev
Log:
print-rtl.c: use '<' and '>' rather than % for pseudos in compact mode

gcc/ChangeLog:
	* print-rtl.c (rtx_writer::print_rtx_operand_code_r): For
	non-virtual pseudos in compact mode, wrap the regno in '<' and '>'
	rather than using a '%' prefix.
	* rtl-tests.c (selftest::test_dumping_regs): Update for above change.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/print-rtl.c
    trunk/gcc/rtl-tests.c



More information about the Gcc-cvs mailing list