[PATCH] D140025: Added missed full stop

Ben Mudd via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 06:38:49 PST 2022


BenJMudd created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
BenJMudd requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140025

Files:
  llvm/lib/Transforms/Scalar/JumpThreading.cpp


Index: llvm/lib/Transforms/Scalar/JumpThreading.cpp
===================================================================
--- llvm/lib/Transforms/Scalar/JumpThreading.cpp
+++ llvm/lib/Transforms/Scalar/JumpThreading.cpp
@@ -2084,7 +2084,7 @@
   // block, evaluate them to account for entry from PredBB.
   DenseMap<Instruction *, Value *> ValueMapping;
 
-  // Retargets llvm.dbg.value to any renamed variables
+  // Retargets llvm.dbg.value to any renamed variables.
   auto retargetDbgValueIfPossible = [&](Instruction *NewInst) -> bool {
     auto dbgInstruction = dyn_cast<DbgValueInst>(NewInst);
     if (!dbgInstruction)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140025.482844.patch
Type: text/x-patch
Size: 625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221214/4cc114f4/attachment.bin>


More information about the llvm-commits mailing list