Fix an impressive type-o / spell-o Duncan noticed.

llvm-svn: 145181
This commit is contained in:
Chandler Carruth 2011-11-27 10:32:16 +00:00
parent 2631f93f7d
commit 9e46684154
1 changed files with 1 additions and 1 deletions

View File

@ -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;