]> git.ipfire.org Git - thirdparty/gcc.git/commit
profile.c: Add file comment describing the overall algorithm and structures.
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 29 Jul 2002 18:40:45 +0000 (18:40 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 29 Jul 2002 18:40:45 +0000 (18:40 +0000)
commit6c208acd84403e4b98b780e8a6e8ed46bf765e46
treee199ba3c591b9f03a67f3f435503afb1315dbc13
parent624f0d6033f211962065a7a7d5561603326d0d3e
profile.c: Add file comment describing the overall algorithm and structures.

* profile.c: Add file comment describing the overall algorithm and
structures.
(struct edge_info): Add comments.
(struct bb_info): Add comments.
* basic-block.h (EDGE_*): Add comments.
* doc/gcov.texi (Gcov Data Files): Document bit flags.

From-SVN: r55842
gcc/ChangeLog
gcc/basic-block.h
gcc/doc/gcov.texi
gcc/profile.c