diff options
| author | Nadav Rotem <nrotem@apple.com> | 2013-03-29 16:34:23 +0000 |
|---|---|---|
| committer | Nadav Rotem <nrotem@apple.com> | 2013-03-29 16:34:23 +0000 |
| commit | 6036f581aab3db3a1436cc5acd80f8a5b4cfb1f6 (patch) | |
| tree | 4a59dea8b43fd3d2bd6133060fd190bbb3500e4f /llvm/lib/CodeGen/MachineBlockPlacement.cpp | |
| parent | 26226cea4b04ed77de0937459ed7bda71667da34 (diff) | |
| download | bcm5719-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.cpp | 2 |
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); |

