Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If converter was being too cute. It look for root BBs (which don't have | Evan Cheng | 2011-04-27 | 1 | -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 |