summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopSimplify/unreachable-loop-pred.ll
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-101-1/+1
| | | | llvm-svn: 125317
* Fix SplitBlockPredecessors' LoopInfo updating code to handle the caseDan Gohman2009-10-191-0/+20
where a loop's header is being split and it has predecessors which are not contained by the most-nested loop which contains the loop. This fixes PR5235. llvm-svn: 84505
OpenPOWER on IntegriCloud