fixed typo in comment as my test commit

llvm-svn: 201486
This commit is contained in:
Gerolf Hoflehner 2014-02-16 10:43:25 +00:00
parent 7d2da0b2ae
commit 282949bf4d
1 changed files with 1 additions and 1 deletions

View File

@ -1814,7 +1814,7 @@ struct SLPVectorizer : public FunctionPass {
DEBUG(dbgs() << "SLP: Analyzing blocks in " << F.getName() << ".\n");
// Use the bollom up slp vectorizer to construct chains that start with
// Use the bottom up slp vectorizer to construct chains that start with
// he store instructions.
BoUpSLP R(&F, SE, DL, TTI, AA, LI, DT);