test commit. Remove blank line
[oota-llvm.git] / lib / Transforms / Vectorize / SLPVectorizer.cpp
index 93376afbcd89315883a2b55ed0d1c75dd353d148..23a876d2a1e687ae9762e64d1d04b2c07655912d 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;