Update docs.

llvm-svn: 185250
This commit is contained in:
Nadav Rotem 2013-06-29 05:37:19 +00:00
parent 9822a1104c
commit e00343446c
1 changed files with 2 additions and 3 deletions

View File

@ -47,8 +47,8 @@ using namespace llvm;
static cl::opt<int>
SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden,
cl::desc("Only vectorize trees if the gain is above this "
"number. (gain = -cost of vectorization)"));
cl::desc("Only vectorize if you gain more than this "
"number "));
namespace {
static const unsigned MinVecRegSize = 128;
@ -697,7 +697,6 @@ int FuncSLP::getTreeCost_rec(ArrayRef<Value *> VL, unsigned Depth) {
}
}
// Calculate the extract cost.
unsigned ExternalUserExtractCost = 0;
for (unsigned i = 0, e = VL.size(); i < e; ++i)