OSDN Git Service

fix documentation comment. NFC.
authorJunmo Park <junmoz.park@samsung.com>
Wed, 6 Jul 2016 23:18:58 +0000 (23:18 +0000)
committerJunmo Park <junmoz.park@samsung.com>
Wed, 6 Jul 2016 23:18:58 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274704 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64TargetMachine.cpp

index 7f746a4..0b6345f 100644 (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.