summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit9e4668415495f396200b525ba4868c42abe2c9bd (patch)
tree1538658c41643c9e3695e326b5ee6cfb98df692b /llvm/lib/CodeGen/MachineBlockPlacement.cpp
parent2631f93f7d5f1734c12eeb3c24357dea8b544965 (diff)
downloadbcm5719-llvm-9e4668415495f396200b525ba4868c42abe2c9bd.tar.gz
bcm5719-llvm-9e4668415495f396200b525ba4868c42abe2c9bd.zip
Fix an impressive type-o / spell-o Duncan noticed.
llvm-svn: 145181
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 5de120eba88..83c823171bd 100644
--- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud