From 0f11eb4472d5b2730ff09423d487fad659f0129b Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Fri, 13 Jul 2018 22:39:29 +0000 Subject: [PATCH] Clarify wording of a doxygen comment, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337060 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/DebugInfoMetadata.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/llvm/IR/DebugInfoMetadata.h b/include/llvm/IR/DebugInfoMetadata.h index d4815cf3b58..1743abc5398 100644 --- a/include/llvm/IR/DebugInfoMetadata.h +++ b/include/llvm/IR/DebugInfoMetadata.h @@ -2445,9 +2445,9 @@ public: 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 Ops); -- 2.50.1