move assertion into mutex guard, a partial fix for PR1606.
authorChris Lattner <sabre@nondot.org>
Mon, 13 Aug 2007 20:08:16 +0000 (20:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Aug 2007 20:08:16 +0000 (20:08 +0000)
commit17f218e001862785c5ba5974a6374f2f7bc29ac0
treebdabb42871921358887cfa42bb2ae92b0f25d969
parentbadb2d23d1042a991b8c6e31ff19ffd3f6712570
move assertion into mutex guard, a partial fix for PR1606.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41050 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JIT.cpp