]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/passes.texi
c-tree.texi: Use `@.' where appropriate.
[thirdparty/gcc.git] / gcc / doc / passes.texi
index 65c5c7f099fe9194d232e7996f2b8b0786788c89..c5ec8d094faed6cffdc9a13855a42f62cd779944 100644 (file)
@@ -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