]> granicus.if.org Git - llvm/commitdiff
Clarify wording of a doxygen comment, NFC
authorVedant Kumar <vsk@apple.com>
Fri, 13 Jul 2018 22:39:29 +0000 (22:39 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 13 Jul 2018 22:39:29 +0000 (22:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337060 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/DebugInfoMetadata.h

index d4815cf3b58e871ca7ce29060c746ef44cdc2b03..1743abc539853bd68793c216193e133ae643c7b3 100644 (file)
@@ -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);