Optimize tree walking in markAliveBlocks.
Check whether a BB is known as reachable before adding it to the worklist. This way BB's with multiple predecessors are added to the list no more than once. llvm-svn: 170335
Loading
Please register or sign in to comment