summaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
diff options
context:
space:
mode:
authordavidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-17 20:39:55 +0000
committerdavidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-17 20:39:55 +0000
commit50d9ae6606910f50068891427a11915d7c939fbe (patch)
tree8aad9d454a40e871527e0a422a4694178d77f18a /gcc/tree-pretty-print.c
parent634a5ad7fc8a4498978609c4e523b29658affa22 (diff)
downloadgcc-50d9ae6606910f50068891427a11915d7c939fbe.tar.gz
Fix dot dump bug
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211746 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-pretty-print.c')
-rw-r--r--gcc/tree-pretty-print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c
index c5b4aeeb4cd..3f6152fe8f2 100644
--- a/gcc/tree-pretty-print.c
+++ b/gcc/tree-pretty-print.c
@@ -3465,6 +3465,7 @@ dump_function_header (FILE *dump_file, tree fdecl, int flags)
fprintf (dump_file, ", decl_uid=%d", DECL_UID (fdecl));
if (node)
{
+ fprintf (dump_file, ", cgraph_uid=%d", node->uid);
fprintf (dump_file, ", symbol_order=%d)%s\n\n", node->order,
node->frequency == NODE_FREQUENCY_HOT
? " (hot)"