* doc/rtl.texi (Constants): Close @code tag.
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>
Tue, 19 Feb 2002 05:01:24 +0000 (05:01 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Tue, 19 Feb 2002 05:01:24 +0000 (05:01 +0000)
From-SVN: r49855

gcc/ChangeLog
gcc/doc/rtl.texi

index 84a7f2e602d5cc1ead0501621f524bec7e57f8ae..f2ce44e687ffcecb5b3fc160809d7ec42d6d0d3b 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-19  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+       * doc/rtl.texi (Constants): Close @code tag.
+
 2002-02-19  Aldy Hernandez  <aldyh@redhat.com>
 
        * config/i386/i386.md ("mmx_uavgv8qi3"): Use const_vector.
index 6963950301f7e780b6b19adbf6007d9ae198fc14..07fdede16e89708ac77d713ece818a56de7cda0f 100644 (file)
@@ -1166,7 +1166,7 @@ The number of units in a @code{const_vector} is obtained with the macro
 @code{CONST_VECTOR_NUNITS} as in @code{CONST_VECTOR_NUNITS (@var{v})}.
 
 Individual elements in a vector constant are accessed with the macro
-@code{CONST_VECTOR_ELT} as in @code{CONST_VECTOR_ELT (@var{v}, @var{n})
+@code{CONST_VECTOR_ELT} as in @code{CONST_VECTOR_ELT (@var{v}, @var{n})}
 where @var{v} is the vector constant and @var{n} is the element
 desired.