Add a flag to disable the code that looks for allocas which escaped the lifetime...
authorNadav Rotem <nrotem@apple.com>
Wed, 12 Sep 2012 11:06:26 +0000 (11:06 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 12 Sep 2012 11:06:26 +0000 (11:06 +0000)
commitd76f6eadc8c8511e1c5cd089a8a54e429c19aa60
tree366217aaf82e3c76fcc3a6cf43938ee800a66eed
parentc4f70d437df505e128e0debdf0c5f4ab5010e1b5
Add a flag to disable the code that looks for allocas which escaped the lifetime regions. This is useful for debugging. No testcase because without this check we fail on assertions when finding escaped allocas.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163702 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/StackColoring.cpp