Fix typo in the comment.
authorOwen Anderson <resistor@mac.com>
Sun, 9 Jul 2006 21:35:40 +0000 (21:35 +0000)
committerOwen Anderson <resistor@mac.com>
Sun, 9 Jul 2006 21:35:40 +0000 (21:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29078 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LCSSA.cpp

index bb86fd86d1fbf19eba1464284cffb001a77eda3b..51e8454095eeddaf632e2f4176d46f34a1d861a1 100644 (file)
@@ -281,7 +281,7 @@ SetVector<Instruction*> LCSSA::getLoopValuesUsedOutsideLoop(Loop *L) {
 /// map that dominates the given block.
 Value *LCSSA::getValueDominatingDTNode(DominatorTree::Node *Node,
                               std::map<BasicBlock*, Value*>& PotDoms) {
-  // FIXME: The following insertion should be in place rather than the if
+  // FIXME: The following assertion should be in place rather than the if
   // statement.  Currently, this is due to the fact that LCSSA isn't smart 
   // enough to avoid inserting IDF Phis that don't dominate any uses.  In some 
   // of those cases, it could ask us to provide a dominating value for a block