[llvm] r337060 - Clarify wording of a doxygen comment, NFC
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 13 15:39:29 PDT 2018
Author: vedantk
Date: Fri Jul 13 15:39:29 2018
New Revision: 337060
URL: http://llvm.org/viewvc/llvm-project?rev=337060&view=rev
Log:
Clarify wording of a doxygen comment, NFC
Modified:
llvm/trunk/include/llvm/IR/DebugInfoMetadata.h
Modified: llvm/trunk/include/llvm/IR/DebugInfoMetadata.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DebugInfoMetadata.h?rev=337060&r1=337059&r2=337060&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DebugInfoMetadata.h (original)
+++ llvm/trunk/include/llvm/IR/DebugInfoMetadata.h Fri Jul 13 15:39:29 2018
@@ -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<uint64_t> Ops);
More information about the llvm-commits
mailing list