aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBen Elliston <bje@wasabisystems.com>2003-05-14 12:40:57 +0000
committerBen Elliston <bje@gcc.gnu.org>2003-05-14 22:40:57 +1000
commitc62347f080a0e69a7acfc42f3b874b9e38a23f8a (patch)
treedaee7d41bedffb21441f462688164b0c29d6c556 /gcc
parent2f9bb7c5cf10156def255ad8cc198def5ba49691 (diff)
downloadgcc-c62347f080a0e69a7acfc42f3b874b9e38a23f8a.zip
gcc-c62347f080a0e69a7acfc42f3b874b9e38a23f8a.tar.gz
gcc-c62347f080a0e69a7acfc42f3b874b9e38a23f8a.tar.bz2
md.texi (Automaton pipeline description): Grammar fixes.
2003-05-14 Ben Elliston <bje@wasabisystems.com> * doc/md.texi (Automaton pipeline description): Grammar fixes. From-SVN: r66802
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/md.texi10
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9201cd0..67ee501 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-14 Ben Elliston <bje@wasabisystems.com>
+
+ * doc/md.texi (Automaton pipeline description): Grammar fixes.
+
2003-05-14 Richard Sandiford <rsandifo@redhat.com>
* target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index f078520..d140186 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -5600,8 +5600,8 @@ in such processors and suggestions for their representation.
@cindex automaton based pipeline description
This section describes constructions of the automaton based processor
-pipeline description. The order of all mentioned below constructions
-in the machine description file is not important.
+pipeline description. The order of constructions within the machine
+description file is not important.
@findex define_automaton
@cindex pipeline hazard recognizer
@@ -5609,7 +5609,7 @@ The following optional construction describes names of automata
generated and used for the pipeline hazards recognition. Sometimes
the generated finite state automaton used by the pipeline hazard
recognizer is large. If we use more than one automaton and bind functional
-units to the automata, the summary size of the automata usually is
+units to the automata, the total size of the automata is usually
less than the size of the single automaton. If there is no one such
construction, only one finite state automaton is generated.
@@ -5619,12 +5619,12 @@ construction, only one finite state automaton is generated.
@var{automata-names} is a string giving names of the automata. The
names are separated by commas. All the automata should have unique names.
-The automaton name is used in construction @code{define_cpu_unit} and
+The automaton name is used in the constructions @code{define_cpu_unit} and
@code{define_query_cpu_unit}.
@findex define_cpu_unit
@cindex processor functional units
-Each processor functional unit used in description of instruction
+Each processor functional unit used in the description of instruction
reservations should be described by the following construction.
@smallexample