summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-06 09:03:38 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-06 09:03:38 +0000
commitfd63ca433055b7b9ca04e366e2a1a63154f367e9 (patch)
treed886cd126771423714dea20b8ad27de6d6273fa0 /gcc/flags.h
parent8f8b0e45b33a35870b4f308b69bf0ddeb212e4d7 (diff)
downloadgcc-fd63ca433055b7b9ca04e366e2a1a63154f367e9.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22865 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index a40375065e3..3b7dd5ee3b8 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. */