SLPVectorizer: Fix whitespace errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195468 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Arnold Schwaighofer 2013-11-22 15:47:17 +00:00
parent 9519b689c8
commit 21a47246f9

View File

@ -1095,7 +1095,6 @@ int BoUpSLP::getTreeCost() {
I->Lane);
}
DEBUG(dbgs() << "SLP: Total Cost " << Cost + ExtractCost<< ".\n");
return Cost + ExtractCost;
}