OSDN Git Service

test commit. Remove blank line
authorYi Jiang <yjiang@apple.com>
Mon, 26 Aug 2013 18:57:55 +0000 (18:57 +0000)
committerYi Jiang <yjiang@apple.com>
Mon, 26 Aug 2013 18:57:55 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189265 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/SLPVectorizer.cpp

index 93376af..23a876d 100644 (file)
@@ -1914,7 +1914,6 @@ bool SLPVectorizer::vectorizeChainsInBlock(BasicBlock *BB, BoUpSLP &R) {
   VisitedInstrs.clear();
 
   for (BasicBlock::iterator it = BB->begin(), e = BB->end(); it != e; it++) {
-
     // We may go through BB multiple times so skip the one we have checked.
     if (!VisitedInstrs.insert(it))
       continue;