[PATCH] D108962: [docs] [NFC] Clarify the datalayout documentation

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 03:43:23 PDT 2021


nikic 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
----------------
Pre-existing, but there seems to be some words missing here. "is the size of the index that is used"?


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