summaryrefslogtreecommitdiff
path: root/gcc/doc/md.texi
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-10 08:38:23 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-10 08:38:23 +0000
commit29b0f4081851e4f73659411d393edfc0008bdb85 (patch)
tree41354e6a0f7390156838e3fe1c412fbac3837d06 /gcc/doc/md.texi
parent53e6e9ec694d8065e09b5f9ce9283e299db6de99 (diff)
downloadgcc-29b0f4081851e4f73659411d393edfc0008bdb85.tar.gz
* doc/md.texi: Replace @samp{length} with @code{length}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94800 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r--gcc/doc/md.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 44dbfe8842a..a2b992e4323 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -5629,11 +5629,11 @@ full-word result.
For many machines, multiple types of branch instructions are provided, each
for different length branch displacements. In most cases, the assembler
will choose the correct instruction to use. However, when the assembler
-cannot do so, GCC can when a special attribute, the @samp{length}
+cannot do so, GCC can when a special attribute, the @code{length}
attribute, is defined. This attribute must be defined to have numeric
values by specifying a null string in its @code{define_attr}.
-In the case of the @samp{length} attribute, two additional forms of
+In the case of the @code{length} attribute, two additional forms of
arithmetic terms are allowed in test expressions:
@table @code
@@ -5653,7 +5653,7 @@ current insn is to be computed.
@cindex @code{addr_vec}, length of
@cindex @code{addr_diff_vec}, length of
For normal insns, the length will be determined by value of the
-@samp{length} attribute. In the case of @code{addr_vec} and
+@code{length} attribute. In the case of @code{addr_vec} and
@code{addr_diff_vec} insn patterns, the length is computed as
the number of vectors multiplied by the size of each vector.