[PUSHED,2/3] Remove TODO comment
Commit Message
The comment shouldn't have been checked in in the first place, sorry.
gcc/ChangeLog:
* gcov.cc (find_prime_paths): Remove comment.
---
gcc/gcov.cc | 3 ---
1 file changed, 3 deletions(-)
@@ -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)