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 | cbf2fe066a2b2ba7a23f6ed5ab2470771df51bd5 (patch) | |
tree | d04c7a6c0804d886d5fda29b22b03b94cd0f1b8e | |
parent | 881a77687562546b31eae81d0a31f00b4c4d1722 (diff) | |
download | bcm5719-llvm-cbf2fe066a2b2ba7a23f6ed5ab2470771df51bd5.tar.gz bcm5719-llvm-cbf2fe066a2b2ba7a23f6ed5ab2470771df51bd5.zip |
comment typo
llvm-svn: 147701
-rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll b/llvm/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll index 76aa08c26e8..96904c66e64 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll +++ b/llvm/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 |