diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-23 15:27:37 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-23 15:27:37 +0000 |
commit | 6473f3f492e7ef2311965b411e39dc9c0b701c3d (patch) | |
tree | e01bf4ee4ed8ca0042861ba7004bed92770df135 /gcc/profile.c | |
parent | f971c6043ff67ab9ae8dd71be0e189725a8cc8e4 (diff) | |
download | gcc-6473f3f492e7ef2311965b411e39dc9c0b701c3d.tar.gz |
* basic-block.h: Fix comment formatting.
* bt-load.c: Likewise.
* builtins.c: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-format.c: Likewise.
* coverage.c: Likewise.
* cpplib.h: Likewise.
* cpppch.c: Likewise.
* dbxout.c: Likewise.
* diagnostic.c: Likewise.
* dwarf2out.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* gcc.c: Likewise.
* gcov-io.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* profile.c: Likewise.
* real.h: Likewise.
* sched-deps.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68369 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 310277f61fd..b2ae4a04f00 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -84,7 +84,7 @@ struct bb_info { #define EDGE_INFO(e) ((struct edge_info *) (e)->aux) #define BB_INFO(b) ((struct bb_info *) (b)->aux) -/* Counter summary from the last set of coverage counts read. */ +/* Counter summary from the last set of coverage counts read. */ const struct gcov_ctr_summary *profile_info; @@ -731,7 +731,7 @@ branch_prob () } } - /* Line numbers. */ + /* Line numbers. */ if (coverage_begin_output ()) { char const *prev_file_name = NULL; |