cgraphunit.c (cgraph_finalize_function): Remove redundant setting of node->decl.
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 19 Jun 2008 08:59:19 +0000 (10:59 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 19 Jun 2008 08:59:19 +0000 (10:59 +0200)
commitf30cfcb12fbf2c92212ac3e1e144328743244d95
treebf30153eb865eaff6e234c12ee1610d56da25094
parent23668cf768bd439b04610ead2d124fcaa73f1828
cgraphunit.c (cgraph_finalize_function): Remove redundant setting of node->decl.

2008-06-19  Bernhard Fischer  <aldot@gcc.gnu.org>

* cgraphunit.c (cgraph_finalize_function): Remove redundant setting of
node->decl.
(cgraph_expand_function): Use local copy of decl.
(cgraph_expand_all_functions): Remove redundant initialization of
order_pos.
(cgraph_optimize): Reword internal_error message.

From-SVN: r136941
gcc/ChangeLog
gcc/cgraphunit.c