Skip to content
Commit 9808d31b authored by Evan Cheng's avatar Evan Cheng
Browse files

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
parent 3c7a72c5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment