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

Tom Weaver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 01:09:37 PST 2019


TWeaver marked an inline comment as done.
TWeaver added a comment.

Hiya,

thanks for the patch!

just a small nit from me.

Cheers.



================
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
----------------
'argumnet' should be 'argument'


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