Fix an impressive type-o / spell-o Duncan noticed.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 27 Nov 2011 10:32:16 +0000 (10:32 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 27 Nov 2011 10:32:16 +0000 (10:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145181 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineBlockPlacement.cpp

index 5de120eba88dc0cb437d23d71780a92e8385feba..83c823171bda4dd0d7c562efc65f0cd16bed9f93 100644 (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;