From ebd3f27c7e2c6c3a1b76786da0d0205a5fdb1ef5 Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Thu, 18 Oct 2012 23:21:01 +0000 Subject: [PATCH] cleanup the comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166247 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index 7af4fa1050e..f5c9bb31e05 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.