summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBlockPlacement.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-27 10:32:16 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-27 10:32:16 +0000
commit7096692fd9ab5753f17500a27d400d1544b6d3d8 (patch)
treeeaaf610e728d547031b4d087cd638a92dae850d9 /lib/CodeGen/MachineBlockPlacement.cpp
parent9b24738bd1dc791eb2c21b5562fcfe4b7b99fe2a (diff)
downloadllvm-7096692fd9ab5753f17500a27d400d1544b6d3d8.tar.gz
llvm-7096692fd9ab5753f17500a27d400d1544b6d3d8.tar.bz2
llvm-7096692fd9ab5753f17500a27d400d1544b6d3d8.tar.xz
Fix an impressive type-o / spell-o Duncan noticed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineBlockPlacement.cpp')
-rw-r--r--lib/CodeGen/MachineBlockPlacement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineBlockPlacement.cpp b/lib/CodeGen/MachineBlockPlacement.cpp
index 5de120eba8..83c823171b 100644
--- a/lib/CodeGen/MachineBlockPlacement.cpp
+++ b/lib/CodeGen/MachineBlockPlacement.cpp
@@ -587,7 +587,7 @@ void MachineBlockPlacement::rotateLoop(MachineLoop &L,
// completely remove a branch. We bail if the analysis fails or we don't find
// an unconditional backedge. Note that this has to handle cases where the
// original order was rotated, and the chain has un-done it. As a result,
- // there may not (yet) be the uncondiationl branch, but we can tell whether
+ // there may not (yet) be the unconditional branch, but we can tell whether
// one will be added when updating the terminators.
SmallVector<MachineOperand, 4> Cond;
MachineBasicBlock *TBB = 0, *FBB = 0;