diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-10-18 23:21:01 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-10-18 23:21:01 +0000 |
commit | ebd3f27c7e2c6c3a1b76786da0d0205a5fdb1ef5 (patch) | |
tree | 43d109c0e3a9fdfbebc28ea1c222a5d4369e002e /lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | 5ce10521a0986e9626530c19e3247431dbb5f2ca (diff) |
cleanup the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Vectorize/LoopVectorize.cpp')
-rw-r--r-- | lib/Transforms/Vectorize/LoopVectorize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index 7af4fa1050..f5c9bb31e0 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -405,7 +405,7 @@ void SingleBlockLoopVectorizer::createEmptyLoop() { | | | v | [ ] \ -| [ ]_| <-- old scalar loop to handle remainder. () +| [ ]_| <-- old scalar loop to handle remainder. \ | \ v >[ ] <-- exit block. |