diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-07 00:31:01 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-07 00:31:01 +0000 |
commit | ad87de1ece2f52d260b582709751ab9f315ab349 (patch) | |
tree | ec80f8d1e46852ac1ba45aecdcda7201c302ac6f /gcc/profile.c | |
parent | 8098b1a5d828997acb2555106b3edccc0b43b661 (diff) | |
download | gcc-ad87de1ece2f52d260b582709751ab9f315ab349.tar.gz |
Merge from gcc-2.8
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16987 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 23617ede9c9..e49c4be6b43 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -427,7 +427,7 @@ output_gcov_string (string, delimiter) the flow graph that are needed to reconstruct the dynamic behavior of the flow graph. - When FLAG_BRANCH_PROBABILITIES is nonzero, this function reads auxilliary + When FLAG_BRANCH_PROBABILITIES is nonzero, this function reads auxiliary information from a data file containing arc count information from previous executions of the function being compiled. In this case, the flow graph is annotated with actual execution counts, which are later propagated into the @@ -867,7 +867,7 @@ branch_prob (f, dump_file) Note that the spanning tree is considered undirected, so that as many must-split arcs as possible can be put on it. - Fallthough arcs which are crowded should not be chosen on the first + Fallthrough arcs which are crowded should not be chosen on the first pass, since they do not require creating a new basic block. These arcs will have fall_through set. */ |