Use iterative while loop instead of recursive function call.
authorDevang Patel <dpatel@apple.com>
Thu, 3 May 2007 20:55:18 +0000 (20:55 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 3 May 2007 20:55:18 +0000 (20:55 +0000)
commit99c282453af9353ab1be42604414e8f4de338477
tree0b01a6db57c50fc50a6249e029d53bc07e4dd69f
parent4ac075c859ec0b03d61229bca3517a6801ac63ab
Use iterative while loop instead of recursive function call.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36694 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
lib/VMCore/Dominators.cpp