From: Paul Koning Date: Mon, 29 Oct 2018 20:07:16 +0000 (-0400) Subject: * doc/rtl.texi (CONST_WIDE_INT_ELT): Give correct macro name. X-Git-Tag: basepoints/gcc-10~3455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ec8580073bc5f2871f1bd26df3fb198aea5529;p=thirdparty%2Fgcc.git * doc/rtl.texi (CONST_WIDE_INT_ELT): Give correct macro name. From-SVN: r265602 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 37fe9013b13e..165f8904bcde 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-10-29 Paul Koning + + * doc/rtl.texi (CONST_WIDE_INT_ELT): Give correct macro name. + 2018-10-29 Paul A. Clarke * gcc/config/rs6000/mmintrin.h (_mm_packs_pi16, _mm_packs_pi32, diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 463bdc6aaae6..a6a63f834005 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -1732,7 +1732,7 @@ Note that this generally is smaller than the number of @code{HOST_WIDE_INT}s implied by the mode size. @findex CONST_WIDE_INT_ELT -@item CONST_WIDE_INT_NUNITS (@var{code},@var{i}) +@item CONST_WIDE_INT_ELT (@var{code},@var{i}) Returns the @code{i}th element of the array. Element 0 is contains the low order bits of the constant.