diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-04 01:26:14 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-04 01:26:14 +0000 |
commit | c55906ebc040e0fb9e0d44be38b343068e6bbc1d (patch) | |
tree | c4764df0154b831018e20477758b9f2b265d8097 /gcc/doc/passes.texi | |
parent | 64aaf83822287731dba141d85d2aa4c301725805 (diff) | |
download | gcc-c55906ebc040e0fb9e0d44be38b343068e6bbc1d.tar.gz |
PR other/29972
* doc/invoke.texi (C++ Dialect Options, Optimize Options)
(HPPA Options, i386 and x86-64 Options, IA-64 Options)
(RS/6000 and PowerPC Options): Fix typos and markup.
* doc/passes.texi (Tree-SSA passes): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132087 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 b9a6de8c7a2..eab45378eb6 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -490,7 +490,7 @@ described by @code{pass_vrp}. @item Folding built-in functions This pass simplifies built-in functions, as applicable, with constant -arguments or with inferrable string lengths. It is located in +arguments or with inferable string lengths. It is located in @file{tree-ssa-ccp.c} and is described by @code{pass_fold_builtins}. @item Split critical edges |