[PATCH] D59687: [DebugInfo] Prologue inserter need to insert DW_OP_deref_size

Markus Lavin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 00:22:52 PDT 2019


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


================
Comment at: lib/IR/DebugInfoMetadata.cpp:888
 
+bool DIExpression::isImplicit() const {
+  unsigned N = getNumElements();
----------------
Like this maybe?


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

https://reviews.llvm.org/D59687





More information about the llvm-commits mailing list