git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337060
91177308-0d34-0410-b5e6-
96231b3b80d8
bool StackValue = false);
/// Convert \p DIExpr into a stack value if it isn't one already by appending
- /// DW_OP_deref if needed, and applying \p Ops to the resulting expression.
- /// If \p DIExpr is a fragment, the returned expression will contain the same
- /// fragment.
+ /// DW_OP_deref if needed, and appending \p Ops to the resulting expression.
+ /// If \p DIExpr describes a fragment, the returned expression will describe
+ /// the same fragment.
static DIExpression *appendToStack(const DIExpression *Expr,
ArrayRef<uint64_t> Ops);