mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 04:24:00 +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:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user