aboutsummaryrefslogtreecommitdiffstats
path: root/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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130324 91177308-0d34-0410-b5e6-96231b3b80d8