summaryrefslogtreecommitdiff
path: root/gcc/doc/passes.texi
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-28 01:00:31 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-28 01:00:31 +0000
commit01e3cadf200741d5d9867ade943bb80743a00540 (patch)
tree33d94c787a6ded805929c1022260774aeed28551 /gcc/doc/passes.texi
parentd436970fe8ffcc1addc0288b84581b289d3cf352 (diff)
downloadgcc-01e3cadf200741d5d9867ade943bb80743a00540.tar.gz
* doc/contrib.texi, doc/cpp.texi, doc/cppopts.texi,
doc/extend.texi, doc/gcov.texi, doc/install.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/passes.texi, doc/sourcebuild.texi, doc/tm.texi: Improve Texinfo formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89725 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/passes.texi')
-rw-r--r--gcc/doc/passes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi
index 7ecc866616c..2d3396a2732 100644
--- a/gcc/doc/passes.texi
+++ b/gcc/doc/passes.texi
@@ -151,7 +151,7 @@ Its job is to run all of the individual passes in the correct order,
and take care of standard bookkeeping that applies to every pass.
The theory of operation is that each pass defines a structure that
-represents everything we need to know about that pass --- when it
+represents everything we need to know about that pass---when it
should be run, how it should be run, what intermediate language
form or on-the-side data structures it needs. We register the pass
to be run in some particular order, and the pass manager arranges