From e979f9e88c46abb7c45dd2dacf79085a26d48301 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 27 Jun 2001 01:04:39 +0100 Subject: cpp.texi, [...]: Use @: where necessary when a full stop does not end a sentence. * doc/cpp.texi, doc/cppinternals.texi, doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/invoke.texi, doc/md.texi, doc/tm.texi: Use @: where necessary when a full stop does not end a sentence. From-SVN: r43600 --- gcc/doc/md.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/doc/md.texi') diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 9713c90..1849827 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -383,7 +383,7 @@ predicate function, and that function is solely responsible for deciding whether the expression to be matched ``has'' that mode. When constructing an insn, argument 3 of the gen-function will specify -the operation (i.e. the expression code) for the expression to be +the operation (i.e.@: the expression code) for the expression to be made. It should be an RTL expression, whose expression code is copied into a new expression whose operands are arguments 1 and 2 of the gen-function. The subexpressions of argument 3 are not used; @@ -2519,8 +2519,8 @@ This instruction pattern should be defined to support @code{__builtin_apply} on machines where special instructions are needed to call a subroutine with arbitrary arguments or to save the value returned. This instruction pattern is required on machines that have -multiple registers that can hold a return value (i.e. -@code{FUNCTION_VALUE_REGNO_P} is true for more than one register). +multiple registers that can hold a return value +(i.e.@: @code{FUNCTION_VALUE_REGNO_P} is true for more than one register). @cindex @code{return} instruction pattern @item @samp{return} @@ -4930,7 +4930,7 @@ if the current insn is predicated, and will otherwise be @code{NULL}. When @code{define_cond_exec} is used, an implicit reference to the @code{predicable} instruction attribute is made. -@xref{Insn Attributes}. This attribute must be boolean (i.e. have +@xref{Insn Attributes}. This attribute must be boolean (i.e.@: have exactly two elements in its @var{list-of-values}). Further, it must not be used with complex expressions. That is, the default and all uses in the insns must be a simple constant, not dependent on the -- cgit v1.1