fix documentation comment. NFC.

llvm-svn: 274704
This commit is contained in:
Junmo Park 2016-07-06 23:18:58 +00:00
parent df62e731ea
commit 384d376545
1 changed files with 1 additions and 2 deletions

View File

@ -307,8 +307,7 @@ void AArch64PassConfig::addIRPasses() {
if (TM->getOptLevel() != CodeGenOpt::None && EnableAtomicTidy)
addPass(createCFGSimplificationPass());
// Run LoopDataPrefetch for Cyclone (the only subtarget that defines a
// non-zero getPrefetchDistance).
// Run LoopDataPrefetch
//
// Run this before LSR to remove the multiplies involved in computing the
// pointer values N iterations ahead.