forked from OSchip/llvm-project
[LoopDistribute] Fix a typo in the pass name.
llvm-svn: 283282
This commit is contained in:
parent
32b297a42f
commit
5cda89ad36
|
@ -981,7 +981,7 @@ PreservedAnalyses LoopDistributePass::run(Function &F,
|
|||
}
|
||||
|
||||
char LoopDistributeLegacy::ID;
|
||||
static const char ldist_name[] = "Loop Distribition";
|
||||
static const char ldist_name[] = "Loop Distribution";
|
||||
|
||||
INITIALIZE_PASS_BEGIN(LoopDistributeLegacy, LDIST_NAME, ldist_name, false,
|
||||
false)
|
||||
|
|
Loading…
Reference in New Issue