diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-19 05:01:24 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-19 05:01:24 +0000 |
commit | e981b81b50332edfa582c8d620ddae504f4d66fa (patch) | |
tree | ec572c78fa0f6398cd539fa78fd5e3c929acf67f /gcc/doc/rtl.texi | |
parent | e4757a471471169d2fa2788426b47adaa31dd65d (diff) | |
download | gcc-e981b81b50332edfa582c8d620ddae504f4d66fa.tar.gz |
* doc/rtl.texi (Constants): Close @code tag.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49855 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |