mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
fix documentation comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
878a24f500
commit
bfbdf0d8de
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user