[PATCH] D108962: [docs] [NFC] Clarify the datalayout documentation
William Woodruff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 11 11:46:42 PDT 2021
woodruffw added inline comments.
================
Comment at: llvm/docs/LangRef.rst:2563
+ and defaults to ``<abi>``. The fourth parameter ``<idx>`` is a size of
+ index that used for address calculation. If not
specified, the default index size is equal to the pointer size. All sizes
----------------
nikic wrote:
> Pre-existing, but there seems to be some words missing here. "is the size of the index that is used"?
Yeah, that reads awkwardly to me. Fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108962/new/
https://reviews.llvm.org/D108962
More information about the llvm-commits
mailing list