Fix typo in the comment.

llvm-svn: 29078
This commit is contained in:
Owen Anderson 2006-07-09 21:35:40 +00:00
parent 638d6b914d
commit fe6e97d275
1 changed files with 1 additions and 1 deletions

View 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