[llvm-commits] CVS: llvm/lib/Transforms/Utils/LCSSA.cpp

Owen Anderson resistor at mac.com
Sun Jul 9 14:35:53 PDT 2006



Changes in directory llvm/lib/Transforms/Utils:

LCSSA.cpp updated: 1.24 -> 1.25
---
Log message:

Fix typo in the comment.


---
Diffs of the changes:  (+1 -1)

 LCSSA.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/Utils/LCSSA.cpp
diff -u llvm/lib/Transforms/Utils/LCSSA.cpp:1.24 llvm/lib/Transforms/Utils/LCSSA.cpp:1.25
--- llvm/lib/Transforms/Utils/LCSSA.cpp:1.24	Sun Jul  9 03:14:06 2006
+++ llvm/lib/Transforms/Utils/LCSSA.cpp	Sun Jul  9 16:35:40 2006
@@ -281,7 +281,7 @@
 /// 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






More information about the llvm-commits mailing list