mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-11 04:30:52 +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);
|
I->Lane);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
DEBUG(dbgs() << "SLP: Total Cost " << Cost + ExtractCost<< ".\n");
|
DEBUG(dbgs() << "SLP: Total Cost " << Cost + ExtractCost<< ".\n");
|
||||||
return Cost + ExtractCost;
|
return Cost + ExtractCost;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user