diff options
author | David Malcolm <dmalcolm@redhat.com> | 2016-10-26 18:25:14 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2016-10-26 18:25:14 +0000 |
commit | 7574cfd44c1f73e2083c525e1a79ab716f7a994b (patch) | |
tree | 7a4e43895ef2a596be72dfbe2ecda75d47f6b056 /gcc/print-rtl.h | |
parent | a0019047b8acbda653ba0b250940fe29fca38a6e (diff) | |
download | gcc-7574cfd44c1f73e2083c525e1a79ab716f7a994b.zip gcc-7574cfd44c1f73e2083c525e1a79ab716f7a994b.tar.gz gcc-7574cfd44c1f73e2083c525e1a79ab716f7a994b.tar.bz2 |
Show INSN_UIDs in compact mode
gcc/ChangeLog:
* print-rtl.c (rtx_writer::print_rtx_operand_code_u): Print
INSN_UIDs for all insns in compact mode.
(rtx_writer::print_rtx): Likewise.
* print-rtl.h (rtx_writer::flag_compact): Update comment.
* rtl-tests.c (selftest::test_dumping_insns): Update expected
output to include INSN_UID.
(selftest::test_uncond_jump): Likewise.
From-SVN: r241593
Diffstat (limited to 'gcc/print-rtl.h')
-rw-r--r-- | gcc/print-rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-rtl.h b/gcc/print-rtl.h index 4ebfcf9..8496ffa 100644 --- a/gcc/print-rtl.h +++ b/gcc/print-rtl.h @@ -50,7 +50,7 @@ class rtx_writer bool m_simple; /* If true, use compact dump format: - - INSN_UIDs are omitted, except for jumps and CODE_LABELs, + - PREV/NEXT_INSN UIDs are omitted - INSN_CODEs are omitted, - register numbers are omitted for hard and virtual regs, and non-virtual pseudos are offset relative to the first such reg, and |