Fix typo in comment. NFC.
authorDiego Novillo <dnovillo@google.com>
Wed, 3 Jun 2015 16:22:12 +0000 (16:22 +0000)
committerDiego Novillo <dnovillo@google.com>
Wed, 3 Jun 2015 16:22:12 +0000 (16:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238933 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/BlockFrequencyInfoImpl.h

index 9acc863a7382c8698c7a7d970968be0b4b6e6ddb..26e687c4afa1e493a6978ba25474e225205ce6a1 100644 (file)
@@ -930,7 +930,7 @@ void BlockFrequencyInfoImpl<BT>::doFunction(const FunctionT *F,
   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();