If converter was being too cute. It look for root BBs (which don't have
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
Loading
Please register or sign in to comment