[llvm] r238933 - Fix typo in comment. NFC.

Diego Novillo dnovillo at google.com
Wed Jun 3 09:22:12 PDT 2015


Author: dnovillo
Date: Wed Jun  3 11:22:12 2015
New Revision: 238933

URL: http://llvm.org/viewvc/llvm-project?rev=238933&view=rev
Log:
Fix typo in comment. NFC.

Modified:
    llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h

Modified: llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h?rev=238933&r1=238932&r2=238933&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h (original)
+++ llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h Wed Jun  3 11:22:12 2015
@@ -930,7 +930,7 @@ void BlockFrequencyInfoImpl<BT>::doFunct
   initializeRPOT();
   initializeLoops();
 
-  // Visit loops in post-order to find thelocal mass distribution, and then do
+  // Visit loops in post-order to find the local mass distribution, and then do
   // the full function.
   computeMassInLoops();
   computeMassInFunction();





More information about the llvm-commits mailing list