summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBlockPlacement.cpp
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-03-29 16:34:23 +0000
committerNadav Rotem <nrotem@apple.com>2013-03-29 16:34:23 +0000
commit6036f581aab3db3a1436cc5acd80f8a5b4cfb1f6 (patch)
tree4a59dea8b43fd3d2bd6133060fd190bbb3500e4f /llvm/lib/CodeGen/MachineBlockPlacement.cpp
parent26226cea4b04ed77de0937459ed7bda71667da34 (diff)
downloadbcm5719-llvm-6036f581aab3db3a1436cc5acd80f8a5b4cfb1f6.tar.gz
bcm5719-llvm-6036f581aab3db3a1436cc5acd80f8a5b4cfb1f6.zip
Fix a typo
llvm-svn: 178346
Diffstat (limited to 'llvm/lib/CodeGen/MachineBlockPlacement.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineBlockPlacement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBlockPlacement.cpp b/llvm/lib/CodeGen/MachineBlockPlacement.cpp
index 3b09c6b779e..cd948e24a6b 100644
--- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp
+++ b/llvm/lib/CodeGen/MachineBlockPlacement.cpp
@@ -1061,7 +1061,7 @@ void MachineBlockPlacement::buildCFGChains(MachineFunction &F) {
}
// 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);
OpenPOWER on IntegriCloud