OSDN Git Service

The SSAUpdater should avoid recursive traversals of the CFG, since that may
authorBob Wilson <bob.wilson@apple.com>
Thu, 1 Apr 2010 18:46:59 +0000 (18:46 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 1 Apr 2010 18:46:59 +0000 (18:46 +0000)
commite8b64281ce79b804df613acc673f49f364631a63
treeb77655cf419e8836ad23e530d5f7c435da617786
parent94107ba9ceaa199f8e5c03912511b0619c84226d
The SSAUpdater should avoid recursive traversals of the CFG, since that may
blow out the stack for really big functions.  Start by fixing an easy case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100126 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/SSAUpdater.h
lib/Transforms/Utils/SSAUpdater.cpp