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 | 1667324f2245e2251ef52b3d12d57f42c898d4ab (patch) | |
| tree | c12a3ffced39fbc1b8180cac44e8435b55a4914a /llvm/lib/Transforms | |
| parent | 201bf679b2ac500e1c6bb8105329c2129b85dd8b (diff) | |
| download | bcm5719-llvm-1667324f2245e2251ef52b3d12d57f42c898d4ab.tar.gz bcm5719-llvm-1667324f2245e2251ef52b3d12d57f42c898d4ab.zip  | |
cleanup the comment.
llvm-svn: 166247
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index 7af4fa1050e..f5c9bb31e05 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/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.  | 

