mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 08:16:49 +00:00
fixed typo in comment as my test commit
llvm-svn: 201486
This commit is contained in:
parent
7d2da0b2ae
commit
282949bf4d
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user