diff options
author | Michael Hayes <mhayes@redhat.com> | 2001-01-05 23:30:02 +0000 |
---|---|---|
committer | Michael Hayes <m.hayes@gcc.gnu.org> | 2001-01-05 23:30:02 +0000 |
commit | 75b7557d49e09fed027d2f9f819b520bdb6976d0 (patch) | |
tree | 6010337bed660428cbd728d63a28f99d25f1b2bc /gcc/rtl.h | |
parent | b05467dc157a059af34637283993abbe32bccb7a (diff) | |
download | gcc-75b7557d49e09fed027d2f9f819b520bdb6976d0.zip gcc-75b7557d49e09fed027d2f9f819b520bdb6976d0.tar.gz gcc-75b7557d49e09fed027d2f9f819b520bdb6976d0.tar.bz2 |
rtl.h (print_simple_rtl): New.
* rtl.h (print_simple_rtl): New.
* print-rtl.c (print_simple_rtl): New.
(flag_simple): New.
(print_rtx): Disable printing of flags and modes, etc.,
if `flag_simple` nonzero.
From-SVN: r38730
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1778,6 +1778,7 @@ extern void debug_rtx_range PARAMS ((rtx, rtx)); extern rtx debug_rtx_find PARAMS ((rtx, int)); #ifdef BUFSIZ extern void print_rtl PARAMS ((FILE *, rtx)); +extern void print_simple_rtl PARAMS ((FILE *, rtx)); extern int print_rtl_single PARAMS ((FILE *, rtx)); extern void print_inline_rtx PARAMS ((FILE *, rtx, int)); #endif |