https://gcc.gnu.org/g:2faf6424478a5ea2f4ee4da5e19361d0e8ef57ab

commit r17-3812-g2faf6424478a5ea2f4ee4da5e19361d0e8ef57ab
Author: Jørgen Kvalsvik <[email protected]>
Date:   Tue Sep 1 14:30:33 2026 +0200

    Remove TODO comment
    
    The comment shouldn't have been checked in in the first place, sorry.
    
    gcc/ChangeLog:
    
            * gcov.cc (find_prime_paths): Remove comment.

Diff:
---
 gcc/gcov.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gcc/gcov.cc b/gcc/gcov.cc
index 0ad48eb1b544..06047a604607 100644
--- a/gcc/gcov.cc
+++ b/gcc/gcov.cc
@@ -3215,9 +3215,6 @@ find_prime_paths (function_info *fn)
     }
 
   vec<vec<int>> prime_paths (struct graph*, size_t);
-  /* TODO: Pass extra information in the PATH_TAG section.  In case
-     that is empty this might still need to be tunable should the
-     coverage be requested without instrumentation.  */
   vec<vec<int>> paths = prime_paths (cfg, (size_t)-1);
   fn->paths.paths.reserve (paths.length ());
   for (vec<int> &path : paths)

Reply via email to