forked from OSchip/llvm-project
parent
5a8e985ad3
commit
1756e1ea92
|
@ -1095,7 +1095,6 @@ int BoUpSLP::getTreeCost() {
|
|||
I->Lane);
|
||||
}
|
||||
|
||||
|
||||
DEBUG(dbgs() << "SLP: Total Cost " << Cost + ExtractCost<< ".\n");
|
||||
return Cost + ExtractCost;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue