From: Bryce McKinlay Date: Tue, 19 Feb 2002 05:01:24 +0000 (+0000) Subject: * doc/rtl.texi (Constants): Close @code tag. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7355dba75e7f20de2b0a50ecbd4dcaabda55246b;p=gcc.git * doc/rtl.texi (Constants): Close @code tag. From-SVN: r49855 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 84a7f2e602d..f2ce44e687f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-19 Bryce McKinlay + + * doc/rtl.texi (Constants): Close @code tag. + 2002-02-19 Aldy Hernandez * config/i386/i386.md ("mmx_uavgv8qi3"): Use const_vector. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 6963950301f..07fdede16e8 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -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.