[LCG] Now that the loop structure of the core SCC finding routine is
factored into a more reasonable form, replace the tail call with a simple outer-loop continuation. It's sad that C++ makes this so awkward to write, but it seems more direct and clear than the tail call at this point. llvm-svn: 207201
Loading
Please sign in to comment