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 | fe6e97d275f197d71cd6111ce6990ea55bf2883d (patch) | |
tree | aaa8b8bd436ae146b26a11098664b0c18c182a34 /llvm/lib/Transforms/Utils/LCSSA.cpp | |
parent | 638d6b914d92f598482072d1a28066924ee3a06d (diff) | |
download | bcm5719-llvm-fe6e97d275f197d71cd6111ce6990ea55bf2883d.tar.gz bcm5719-llvm-fe6e97d275f197d71cd6111ce6990ea55bf2883d.zip |
Fix typo in the comment.
llvm-svn: 29078
Diffstat (limited to 'llvm/lib/Transforms/Utils/LCSSA.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/LCSSA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LCSSA.cpp b/llvm/lib/Transforms/Utils/LCSSA.cpp index bb86fd86d1f..51e8454095e 100644 --- a/llvm/lib/Transforms/Utils/LCSSA.cpp +++ b/llvm/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 |