diff options
author | Andrew Trick <atrick@apple.com> | 2012-01-07 00:29:20 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-01-07 00:29:20 +0000 |
commit | 71ba09f2c4f845723266de3e7f5f2920e2c6071d (patch) | |
tree | 4c1e755bf4d6e95da1a56de005930b424def1511 | |
parent | f8fd841a4bb7a59f81cf4642169e8251e039acfe (diff) | |
download | external_llvm-71ba09f2c4f845723266de3e7f5f2920e2c6071d.zip external_llvm-71ba09f2c4f845723266de3e7f5f2920e2c6071d.tar.gz external_llvm-71ba09f2c4f845723266de3e7f5f2920e2c6071d.tar.bz2 |
comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147701 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll b/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll index 76aa08c..96904c6 100644 --- a/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll +++ b/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll @@ -1,7 +1,7 @@ ; RUN: opt -loop-reduce -S < %s | FileCheck %s ; PR9939 -; LSR should property handle the post-inc offset when folding the +; LSR should properly handle the post-inc offset when folding the ; non-IV operand of an icmp into the IV. ; CHECK: %4 = sub i64 %sub.ptr.lhs.cast, %sub.ptr.rhs.cast |