Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecoveryEnabled...
authorTed Kremenek <kremenek@apple.com>
Sat, 19 Mar 2011 00:59:33 +0000 (00:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 19 Mar 2011 00:59:33 +0000 (00:59 +0000)
commitfb200e30a48c3e682742174453d9550d1dc589d5
treebb23fb60de904d011dee513cc7090832f3b41e80
parentf6325b9700e4157c2b20e50e02b41b07b13ab1b4
Tweak CrashRecoveryContext::GetCurrent() to return quickly if 'gCrsahRecoveryEnabled' is false.  This avoids us needing to go to thread local storage for
the performance sensitive case where we are compiling code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127928 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CrashRecoveryContext.cpp