[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 16:10:49 PST 2020
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/CodeGen/LiveDebugVariables.cpp:196
/// Does this UserValue match the parameters?
- bool match(const DILocalVariable *Var, const DIExpression *Expr,
+ bool match(const DILocalVariable *Var,
+ Optional<DIExpression::FragmentInfo> OtherFragment,
----------------
matches?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74057/new/
https://reviews.llvm.org/D74057
More information about the llvm-commits
mailing list