diff options
| author | Javed Absar <javed.absar@arm.com> | 2018-01-17 11:03:06 +0000 |
|---|---|---|
| committer | Javed Absar <javed.absar@arm.com> | 2018-01-17 11:03:06 +0000 |
| commit | 0b05f327d6e1ee14d2f885ba59153a054308649e (patch) | |
| tree | 2fdee3ee3fb09b301b8fc7ab3cb0298b754cbf64 /llvm/lib/Transforms | |
| parent | 1bea16f5d25b8156419e91f110ca9728dd9d17de (diff) | |
| download | bcm5719-llvm-0b05f327d6e1ee14d2f885ba59153a054308649e.tar.gz bcm5719-llvm-0b05f327d6e1ee14d2f885ba59153a054308649e.zip | |
[SCEV] fix typo
llvm-svn: 322629
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index ff3e9eef16d..d6f3b353e7f 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -442,7 +442,7 @@ void Formula::initialMatch(const SCEV *S, Loop *L, ScalarEvolution &SE) { 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 { |

