The description of CONST_WIDE_INT_ELT gave the macro's name as
CONST_WIDE_INT_NUNITS instead.
Committed as obvious.
paul
ChangeLog:
2018-10-29 Paul Koning <[email protected]>
* doc/rtl.texi (CONST_WIDE_INT_ELT): Give correct macro name.
Index: doc/rtl.texi
===================================================================
--- doc/rtl.texi (revision 265601)
+++ doc/rtl.texi (working copy)
@@ -1732,7 +1732,7 @@ Note that this generally is smaller than the numbe
@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.