OSDN Git Service

+2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Oct 2005 17:25:50 +0000 (17:25 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Oct 2005 17:25:50 +0000 (17:25 +0000)
+
+       * tree.c (annotate_with_file_line): Fix typo.
+

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104950 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.c

index 25a14cb..088f0e7 100644 (file)
@@ -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
index 4140791..333c745 100644 (file)
@@ -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)))
     {