Remove a FIXME that was fixed with my last patch.

llvm-svn: 28619
This commit is contained in:
Owen Anderson 2006-06-01 06:07:40 +00:00
parent cd76fa04a1
commit 619e4ba57f
1 changed files with 0 additions and 2 deletions

View File

@ -204,8 +204,6 @@ void LCSSA::processInstruction(Instruction* Instr,
II != IE; ++II) {
if (PHINode* phi = dyn_cast<PHINode>(*II)) {
for (unsigned int i = 0; i < phi->getNumIncomingValues(); ++i) {
// FIXME: Replace a Phi entry if and only if the corresponding
// predecessor is dominated.
Instruction* dominator =
getValueDominatingBlock(phi->getIncomingBlock(i), Phis);