summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2011-04-27-IfCvtBug.ll
Commit message (Collapse)AuthorAgeFilesLines
* If converter was being too cute. It look for root BBs (which don't haveEvan Cheng2011-04-271-0/+59
successors) and use inverse depth first search to traverse the BBs. However that doesn't work when the CFG has infinite loops. Simply do a linear traversal of all BBs work just fine. rdar://9344645 llvm-svn: 130324
OpenPOWER on IntegriCloud