OSDN Git Service

Use a worklist-driven algorithm instead of a recursive one.
authorChris Lattner <sabre@nondot.org>
Thu, 5 Apr 2007 01:27:02 +0000 (01:27 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Apr 2007 01:27:02 +0000 (01:27 +0000)
commit1984a32867dc65e5731c5c3b330b4b46f6d73bee
treec0a397d222d2350d79b4f61ba9fb26060e748a46
parent3f108cb5558a80a63711114d819358f19773c057
Use a worklist-driven algorithm instead of a recursive one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35680 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SimplifyCFG.cpp