[llvm-commits] [llvm] r145181 - /llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp

Chandler Carruth chandlerc at gmail.com
Sun Nov 27 02:32:16 PST 2011


Author: chandlerc
Date: Sun Nov 27 04:32:16 2011
New Revision: 145181

URL: http://llvm.org/viewvc/llvm-project?rev=145181&view=rev
Log:
Fix an impressive type-o / spell-o Duncan noticed.

Modified:
    llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp

Modified: llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp?rev=145181&r1=145180&r2=145181&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp Sun Nov 27 04:32:16 2011
@@ -587,7 +587,7 @@
   // 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;





More information about the llvm-commits mailing list