mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-04 09:11:43 +00:00
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:
parent
9519b689c8
commit
21a47246f9
@ -1095,7 +1095,6 @@ int BoUpSLP::getTreeCost() {
|
||||
I->Lane);
|
||||
}
|
||||
|
||||
|
||||
DEBUG(dbgs() << "SLP: Total Cost " << Cost + ExtractCost<< ".\n");
|
||||
return Cost + ExtractCost;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user