[PATCH] D70642: [DebugInfo] Support for DW_OP_implicit_pointer (DW_OP_LLVM_argN)

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 02:15:55 PST 2019


alok marked an inline comment as done.
alok added inline comments.


================
Comment at: llvm/docs/LangRef.rst:4818
   expression over two registers.
+- ``DW_OP_LLVM_argN`` represents argumnet number N of the containing LLVM
+  intrinsic. Where N can be any value from 0 to 7. For example in intrinsic
----------------
TWeaver wrote:
> 'argumnet' should be 'argument'
Thanks for pointing this out. It will be corrected in next version.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70642/new/

https://reviews.llvm.org/D70642





More information about the llvm-commits mailing list