diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-27 10:30:11 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-27 10:30:11 +0000 |
commit | a3af0c0e4bf44af8e5f4b27c50beef65f07ad7ed (patch) | |
tree | e3b4732d4eabe40db592e10460d4587ded1d9680 /gcc/doc/passes.texi | |
parent | 650102e076dcf6e805a3e1cb109c995471e1d6df (diff) | |
download | gcc-a3af0c0e4bf44af8e5f4b27c50beef65f07ad7ed.tar.gz |
* doc/cppopts.texi: Fix typo.
* doc/objc.texi: Likewise.
* doc/passes.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61878 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/passes.texi')
-rw-r--r-- | gcc/doc/passes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 16627ddd5d7..9da55d4b452 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -441,7 +441,7 @@ appending @samp{.sched} to the input file name. @cindex register allocation @item -Register allocation. These passes make sure that all occurences of pseudo +Register allocation. These passes make sure that all occurrences of pseudo registers are eliminated, either by allocating them to a hard register, replacing them by an equivalent expression (e.g.@: a constant) or by placing them on the stack. This is done in several subpasses: |