From b707b4509b0eb1b31919e724ef778a9b210a90b0 Mon Sep 17 00:00:00 2001 From: "J\"orn Rennecke" Date: Tue, 6 Oct 1998 09:03:38 +0000 Subject: Cleanup for -fdump-unnumbered: * flags.h (flag_dump_unnumbered): Declare. * toplev.c (flag_dump_unnumbered): Don't declare. * print-rtl.c (flags.h): Include. (print_rtl_single): Add return value. * rtl.h (print_rtl_single): Update declaration. * flow.c (flag_dump_unnumbered): Don't declare. (print_rtl_with_bb): Use return value of print_rtl_single. From-SVN: r22865 --- gcc/flags.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index a403750..3b7dd5ee3 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -356,6 +356,11 @@ extern int flag_branch_on_count_reg; extern int flag_delayed_branch; +/* Nonzero means suppress output of instruction numbers and line number + notes in debugging dumps. */ + +extern int flag_dump_unnumbered; + /* Nonzero means pretend it is OK to examine bits of target floats, even if that isn't true. The resulting code will have incorrect constants, but the same series of instructions that the native compiler would make. */ -- cgit v1.1