+2001-07-26 Andreas Jaeger <aj@suse.de>,
+ Hans-Peter Nilsson <hp@bitrange.com>
+
+ * analyze_brprob: Fix documentation.
+
Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
* analyze_brprob: Fix awk compatibility problems; update comment.
2001-06-11 Mark Mitchell <mark@codesourcery.com>
- * gcc_build: Output information about the commands used to
+ * gcc_build: Output information about the commands used to
configure the compiler.
2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
#
#
# This script is used to calculate two basic properties of the branch prediction
-# heuristics - coverage and hitrate. Coverage is number of execution of a given
+# heuristics - coverage and hitrate. Coverage is number of executions of a given
# branch matched by the heuristics and hitrate is probability that once branch is
# predicted as taken it is really taken.
#
# may be directly used in predict.c.
#
# Usage:
-# Step 1: compile and profile your program. You need to use -fprofile-arcs
+# Step 1: Compile and profile your program. You need to use -fprofile-arcs
# flag to get the profiles
# Step 2: Generate log files. The information about given heuristics are
# saved into *.life dumps. You need to pass the -df switch to the compiler as well