diff options
author | Owen Anderson <resistor@mac.com> | 2006-07-09 21:35:40 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2006-07-09 21:35:40 +0000 |
commit | f8dad7a9268ba768c6f3bf741c77e0e6f303c860 (patch) | |
tree | 4c72baa27ce940729b5fe73897ac5fbe703aaba1 /lib/Transforms/Utils/LCSSA.cpp | |
parent | bfd4dab888e5261ccd66cfe59af952499984433f (diff) |
Fix typo in the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/LCSSA.cpp')
-rw-r--r-- | lib/Transforms/Utils/LCSSA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LCSSA.cpp b/lib/Transforms/Utils/LCSSA.cpp index bb86fd86d1..51e8454095 100644 --- a/lib/Transforms/Utils/LCSSA.cpp +++ b/lib/Transforms/Utils/LCSSA.cpp @@ -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 |