===================================================================
@@ -158,7 +158,7 @@ lto_materialize_function (struct cgraph_
decl = node->decl;
/* Read in functions with body (analyzed nodes)
and also functions that are needed to produce virtual clones. */
- if (node->analyzed || has_analyzed_clone (node))
+ if (node->analyzed || has_analyzed_clone_p (node))
{
/* This function has a definition. */
TREE_STATIC (decl) = 1;
===================================================================
@@ -1,3 +1,9 @@
+2010-08-20 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR bootstrap/45357
+ * lto.c (lto_materialize_function): Replace has_analyzed_clone
+ with has_analyzed_clone_p.
+
2010-08-20 Jan Hubicka <jh@suse.cz>
* lto.c (has_analyzed_clone_p): New function