[LoopDistribute] Fix a typo in the pass name.

llvm-svn: 283282
This commit is contained in:
Michael Zolotukhin 2016-10-05 00:44:52 +00:00
parent 32b297a42f
commit 5cda89ad36
1 changed files with 1 additions and 1 deletions

View File

@ -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)