From 47f2844c76102e6197d41d7fa652cfac6357a8ab 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 llvm-svn: 337060 --- llvm/include/llvm/IR/DebugInfoMetadata.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/include/llvm/IR/DebugInfoMetadata.h b/llvm/include/llvm/IR/DebugInfoMetadata.h index d4815cf..1743abc 100644 --- a/llvm/include/llvm/IR/DebugInfoMetadata.h +++ b/llvm/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.7.4