Commit b67d7f4a by Jan Hubicka Committed by Jan Hubicka

* cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.

From-SVN: r69652
parent 5dfda042
Tue Jul 22 00:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
* cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
2003-07-21 Neil Booth <neil@daikokuya.co.uk> 2003-07-21 Neil Booth <neil@daikokuya.co.uk>
* cppfiles.c (open_file_pch): Don't put unused entries in the * cppfiles.c (open_file_pch): Don't put unused entries in the
......
...@@ -190,7 +190,6 @@ cgraph_finalize_compilation_unit (void) ...@@ -190,7 +190,6 @@ cgraph_finalize_compilation_unit (void)
cgraph_create_edges (decl, DECL_SAVED_TREE (decl)); cgraph_create_edges (decl, DECL_SAVED_TREE (decl));
node->local.inlinable = tree_inlinable_function_p (decl, 1); node->local.inlinable = tree_inlinable_function_p (decl, 1);
if (!DECL_ESTIMATED_INSNS (decl))
DECL_ESTIMATED_INSNS (decl) DECL_ESTIMATED_INSNS (decl)
= (*lang_hooks.tree_inlining.estimate_num_insns) (decl); = (*lang_hooks.tree_inlining.estimate_num_insns) (decl);
node->local.self_insns = DECL_ESTIMATED_INSNS (decl); node->local.self_insns = DECL_ESTIMATED_INSNS (decl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment