aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authordavidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-22 00:03:41 +0000
committerdavidxl <davidxl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-04-22 00:03:41 +0000
commit1ad3e14cdbddd7c790b4b493610b7a0a6fbc3c3f (patch)
treeb1de1237c40a1783f8ec27a4d0b43d7764263cf2 /gcc/cgraphunit.c
parentbcebc172885627f21500803dafce33f87e93392c (diff)
Remove cgraph pid
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172848 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 1a687fbbc7a..7e7530b4ee9 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -348,7 +348,6 @@ cgraph_finalize_function (tree decl, bool nested)
if (node->local.finalized)
cgraph_reset_node (node);
- node->pid = cgraph_max_pid ++;
notice_global_symbol (decl);
node->local.finalized = true;
node->lowered = DECL_STRUCT_FUNCTION (decl)->cfg != NULL;