[llvm] r274704 - fix documentation comment. NFC.

Junmo Park via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 16:18:58 PDT 2016


Author: flyingforyou
Date: Wed Jul  6 18:18:58 2016
New Revision: 274704

URL: http://llvm.org/viewvc/llvm-project?rev=274704&view=rev
Log:
fix documentation comment. NFC.

Modified:
    llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp

Modified: llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp?rev=274704&r1=274703&r2=274704&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64TargetMachine.cpp Wed Jul  6 18:18:58 2016
@@ -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.




More information about the llvm-commits mailing list