diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-02 08:07:13 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-02 08:07:13 +0000 |
commit | 0a59e439462cd47e42128a53245156af3cf6db8c (patch) | |
tree | 72b532c126174f4c3c49ea0d6b46a48ab1487ed1 /gcc/common.opt | |
parent | 11417c43a601d42c697f321e323a17e2bb81c51c (diff) | |
download | gcc-0a59e439462cd47e42128a53245156af3cf6db8c.tar.gz |
* common.opt (fdump-unnumbered-links): New.
* doc/invoke.texi (-fdump-unnumbered-links): Document it.
* print-rtl.c (flag_dump_unnumbered_links): New.
(print_rtx): Test it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index d3cbe169332..ee7e0bd7cea 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -462,6 +462,10 @@ fdwarf2-cfi-asm Common Report Var(flag_dwarf2_cfi_asm) Init(HAVE_GAS_CFI_DIRECTIVE) Enable CFI tables via GAS assembler directives. +fdump-unnumbered-links +Common Report Var(flag_dump_unnumbered_links) VarExists +Suppress output of previous and next insn numbers in debugging dumps + fearly-inlining Common Report Var(flag_early_inlining) Init(1) Optimization Perform early inlining |