SLPVectorizer: Fix whitespace errors.

llvm-svn: 195468
This commit is contained in:
Arnold Schwaighofer 2013-11-22 15:47:17 +00:00
parent 5a8e985ad3
commit 1756e1ea92
1 changed files with 4 additions and 5 deletions

View File

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