Fix JIT support for static ctors, which was apparently completely broken!
authorChris Lattner <sabre@nondot.org>
Sat, 22 Apr 2006 05:02:46 +0000 (05:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 22 Apr 2006 05:02:46 +0000 (05:02 +0000)
commitb003d76cb3cf353264f2f0b8cb658371dd7b3181
treee7916c4d5f9e74d047b4be697f1ce7dfb6385ab1
parentba05f728b57264836aa0837de1744355f3237572
Fix JIT support for static ctors, which was apparently completely broken!

This allows Prolangs-C++/city and probably a bunch of other stuff to work
well with the new front-end

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