mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
fixed typo in comment as my test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201486 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0cefb0ecbc
commit
8e810aeec3
@ -1814,7 +1814,7 @@ struct SLPVectorizer : public FunctionPass {
|
|||||||
|
|
||||||
DEBUG(dbgs() << "SLP: Analyzing blocks in " << F.getName() << ".\n");
|
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.
|
// he store instructions.
|
||||||
BoUpSLP R(&F, SE, DL, TTI, AA, LI, DT);
|
BoUpSLP R(&F, SE, DL, TTI, AA, LI, DT);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user