From 74ec8580073bc5f2871f1bd26df3fb198aea5529 Mon Sep 17 00:00:00 2001 From: Paul Koning Date: Mon, 29 Oct 2018 16:07:16 -0400 Subject: [PATCH] * doc/rtl.texi (CONST_WIDE_INT_ELT): Give correct macro name. From-SVN: r265602 --- gcc/ChangeLog | 4 ++++ gcc/doc/rtl.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 37fe9013b13..165f8904bcd 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 463bdc6aaae..a6a63f83400 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. -- 2.30.2