aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2009-06-18 23:27:40 +0000
committerRichard Henderson <rth@redhat.com>2009-06-18 23:27:40 +0000
commita3cacfa40ee77095795fb57faf22624be49ac4bd (patch)
treecf65454be302c6501997056e75641b5889c7ca52 /gcc/tree-dump.c
parent63ac304787302d9abd70ec10286b04f52b4e1db7 (diff)
PR 40488
* tree-pass.h (TDF_ASMNAME): New. * tree-dump.c (dump_options): Add asmname. * doc/invoke.texi: Document it. * tree-pretty-print.c (maybe_dump_asm_name): Merge into... (dump_decl_name): ...here. (dump_function_name): New flags arg; mind TDF_ASMNAME. (dump_generic_node): Update dump_function_name calls. (print_call_name): New flags arg; update all dump calls. * diagnostic.h (print_call_name): Update. * gimple-pretty-print.c (dump_gimple_call): Update. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@148685 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-dump.c')
-rw-r--r--gcc/tree-dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c
index 893da7ab104..1cb650442b7 100644
--- a/gcc/tree-dump.c
+++ b/gcc/tree-dump.c
@@ -803,6 +803,7 @@ struct dump_option_value_info
static const struct dump_option_value_info dump_options[] =
{
{"address", TDF_ADDRESS},
+ {"asmname", TDF_ASMNAME},
{"slim", TDF_SLIM},
{"raw", TDF_RAW},
{"graph", TDF_GRAPH},