[llvm] r178346 - Fix a typo

Nadav Rotem nrotem at apple.com
Fri Mar 29 09:34:23 PDT 2013


Author: nadav
Date: Fri Mar 29 11:34:23 2013
New Revision: 178346

URL: http://llvm.org/viewvc/llvm-project?rev=178346&view=rev
Log:
Fix a typo

Modified:
    llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp

Modified: llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp?rev=178346&r1=178345&r2=178346&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp Fri Mar 29 11:34:23 2013
@@ -1061,7 +1061,7 @@ void MachineBlockPlacement::buildCFGChai
     }
 
     // Align this block if the layout predecessor's edge into this block is
-    // cold relative to the block. When this is true, othe predecessors make up
+    // cold relative to the block. When this is true, other predecessors make up
     // all of the hot entries into the block and thus alignment is likely to be
     // important.
     BranchProbability LayoutProb = MBPI->getEdgeProbability(LayoutPred, *BI);





More information about the llvm-commits mailing list