[PATCH] D74057: [DebugInfo][NFC] Fixup the UserValue methods to use FragmentInfo

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 08:50:33 PST 2020


aprantl added inline comments.


================
Comment at: llvm/lib/CodeGen/LiveDebugVariables.cpp:152
+  /// The part of the variable we describe.
+  const Optional<DIExpression::FragmentInfo> FragInfo;
   DebugLoc dl;            ///< The debug location for the variable. This is
----------------
Personally, I'd prefer `Fragment` or `FragmentInfo` for readability


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

https://reviews.llvm.org/D74057





More information about the llvm-commits mailing list