[PATCH] D48709: Comment change to verify commit rights. NFC.

Jesper Antonsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 03:59:53 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL335832: Comment change to verify commit rights. NFC. (authored by JesperAntonsson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D48709?vs=153274&id=153286#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D48709

Files:
  llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp


Index: llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
===================================================================
--- llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
+++ llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -5679,7 +5679,7 @@
 /// any transform which might inhibit optimization (such as our ability to
 /// specialize a particular handler via tail commoning).  We do this by not
 /// merging any blocks which require us to introduce a phi.  Since the same
-/// values are flowing through both blocks, we don't loose any ability to
+/// values are flowing through both blocks, we don't lose any ability to
 /// specialize.  If anything, we make such specialization more likely.
 ///
 /// TODO - This transformation could remove entries from a phi in the target


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48709.153286.patch
Type: text/x-patch
Size: 783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180628/a4637757/attachment.bin>


More information about the llvm-commits mailing list