From: Yi Jiang Date: Mon, 26 Aug 2013 18:57:55 +0000 (+0000) Subject: test commit. Remove blank line X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=551023c1e4596c7114b8c9ec8ca0fe87e06b10a1;p=oota-llvm.git test commit. Remove blank line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189265 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Vectorize/SLPVectorizer.cpp b/lib/Transforms/Vectorize/SLPVectorizer.cpp index 93376afbcd8..23a876d2a1e 100644 --- a/lib/Transforms/Vectorize/SLPVectorizer.cpp +++ b/lib/Transforms/Vectorize/SLPVectorizer.cpp @@ -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;