+2005-10-04 Andrew Pinski <pinskia@physics.uc.edu> + + * tree.c (annotate_with_file_line): Fix typo.
+2005-10-04 Andrew Pinski <pinskia@physics.uc.edu> + + * tree.c (annotate_with_file_line): Fix typo. + From-SVN: r104950
This commit is contained in:
parent
baab454a0a
commit
44d2517296
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
* tree.c (annotate_with_file_line): Fix typo.
|
||||
|
||||
2005-10-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||
|
||||
PR ada/19382
|
||||
|
|
|
@ -3151,7 +3151,7 @@ annotate_with_file_line (tree node, const char *file, int line)
|
|||
entry cache can reduce the number of allocations by more
|
||||
than half. */
|
||||
if (last_annotated_node
|
||||
&& last_annotated_node->line == line == line
|
||||
&& last_annotated_node->line == line
|
||||
&& (last_annotated_node->file == file
|
||||
|| !strcmp (last_annotated_node->file, file)))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue