Deleted Added
full compact
112c112
< /// runOnFunction - Run down all loops in the CFG (recursively, but we could do
---
> /// runOnLoop - Run down all loops in the CFG (recursively, but we could do
308,313d307
< // 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);
<