summaryrefslogtreecommitdiff
path: root/gcc/doc/passes.texi
diff options
context:
space:
mode:
authorrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2008-02-16 03:54:54 +0000
committerrwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4>2008-02-16 03:54:54 +0000
commita81d4cba187afe7d9bb40cc112c7dba35dffdfaf (patch)
treece422517ace7236a82e63250e08e4bfb105f8c18 /gcc/doc/passes.texi
parent8221a81a25ba10616a82b0f8f8dfc9b91678092c (diff)
downloadgcc-a81d4cba187afe7d9bb40cc112c7dba35dffdfaf.tar.gz
* doc/c-tree.texi: Use `@.' where appropriate.
* doc/extend.texi: Likewise. * doc/install.texi: Likewise. * doc/invoke.texi: Likewise. * doc/loop.texi: Likewise. * doc/makefile.texi: Likewise. * doc/md.texi: Likewise. * doc/passes.texi: Likewise. * doc/standards.texi: Likewise. * doc/tm.texi: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132361 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 65c5c7f099f..c5ec8d094fa 100644
--- a/gcc/doc/passes.texi
+++ b/gcc/doc/passes.texi
@@ -559,7 +559,7 @@ If a function always returns the same local variable, and that local
variable is an aggregate type, then the variable is replaced with the
return value for the function (i.e., the function's DECL_RESULT). This
is equivalent to the C++ named return value optimization applied to
-GIMPLE. The pass is located in @file{tree-nrv.c} and is described by
+GIMPLE@. The pass is located in @file{tree-nrv.c} and is described by
@code{pass_nrv}.
@item Return slot optimization