forked from OSchip/llvm-project
Remove a FIXME that was fixed with my last patch.
llvm-svn: 28619
This commit is contained in:
parent
cd76fa04a1
commit
619e4ba57f
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue