mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 17:20:23 +08:00
ACKed by Jan Hubicka in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25776#c9
PR middle-end/25776 * cgraphunit.c (verify_cgraph_node): Typo in error message. From-SVN: r113952
This commit is contained in:
parent
811849c027
commit
95a52ebb0b
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -724,7 +724,7 @@ verify_cgraph_node (struct cgraph_node *node)
|
||||
}
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user