[llvm] r335832 - Comment change to verify commit rights. NFC.
Jesper Antonsson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 28 03:55:04 PDT 2018
Author: jesperantonsson
Date: Thu Jun 28 03:55:04 2018
New Revision: 335832
URL: http://llvm.org/viewvc/llvm-project?rev=335832&view=rev
Log:
Comment change to verify commit rights. NFC.
Summary: Just a silly one-character correction.
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D48709
Modified:
llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
Modified: llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp?rev=335832&r1=335831&r2=335832&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp Thu Jun 28 03:55:04 2018
@@ -5679,7 +5679,7 @@ bool SimplifyCFGOpt::SimplifyIndirectBr(
/// 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
More information about the llvm-commits
mailing list