[docs] Move the label for __builtin_shufflevector below __builtin_dump_struct so the see also link in 'vector operations' will go to the right place and have the right name.

This commit is contained in:
Craig Topper 2020-08-21 11:50:49 -07:00
parent 9a9a092e61
commit c0ec37ee65
1 changed files with 2 additions and 2 deletions

View File

@ -1810,8 +1810,6 @@ Query for this feature with ``__has_builtin(__builtin_readcyclecounter)``. Note
that even if present, its use may depend on run-time privilege or other OS
controlled state.
.. _langext-__builtin_shufflevector:
``__builtin_dump_struct``
-------------------------
@ -1858,6 +1856,8 @@ to a structure to dump the fields of, and a pointer to a formatted output
function whose signature must be: ``int (*)(const char *, ...)`` and must
support the format specifiers used by ``printf()``.
.. _langext-__builtin_shufflevector:
``__builtin_shufflevector``
---------------------------