PR middle-end/25776
* cgraphunit.c (verify_cgraph_node): Typo in error message.
From-SVN: r113952
+2006-05-21 Bernhard Fischer <aldot@gcc.gnu.org>
+
+ PR middle-end/25776
+ * cgraphunit.c (verify_cgraph_node): Typo in error message.
+
2006-05-20 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/25776
}
if (!node->callers && node->global.inlined_to)
{
- error ("inlined_to pointer is set but no predecesors found");
+ error ("inlined_to pointer is set but no predecessors found");
error_found = true;
}
if (node->global.inlined_to == node)