revert r89298, which was committed without a testcase. I think

the underlying PHI node insertion issue in SSAUpdate is fixed.

llvm-svn: 91821
This commit is contained in:
Chris Lattner
2009-12-21 07:45:57 +00:00
parent 8fb07c5a21
commit 4edfcb88e1

View File

@@ -305,12 +305,6 @@ ReprocessLoop:
}
}
// If there are duplicate phi nodes (for example, from loop rotation),
// get rid of them.
for (Loop::block_iterator BB = L->block_begin(), E = L->block_end();
BB != E; ++BB)
EliminateDuplicatePHINodes(*BB);
return Changed;
}