[llvm] r322629 - [SCEV] fix typo

Javed Absar via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 03:03:06 PST 2018


Author: javed.absar
Date: Wed Jan 17 03:03:06 2018
New Revision: 322629

URL: http://llvm.org/viewvc/llvm-project?rev=322629&view=rev
Log:
[SCEV] fix typo


Modified:
    llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp?rev=322629&r1=322628&r2=322629&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp Wed Jan 17 03:03:06 2018
@@ -442,7 +442,7 @@ void Formula::initialMatch(const SCEV *S
   canonicalize(*L);
 }
 
-/// \brief Check whether or not this formula statisfies the canonical
+/// \brief Check whether or not this formula satisfies the canonical
 /// representation.
 /// \see Formula::BaseRegs.
 bool Formula::isCanonical(const Loop &L) const {




More information about the llvm-commits mailing list