Set FnEnd in JITEmitter::finishFunction to point strictly to the end of function...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 30 Apr 2009 23:01:58 +0000 (23:01 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 30 Apr 2009 23:01:58 +0000 (23:01 +0000)
commit19fee415f63ddb78fca703085fe56510be3e058c
tree5881507ec613b2b8ec6a141be009c837048136bc
parent714257f5deec6049a4170bdd77ca1c3df989d67e
Set FnEnd in JITEmitter::finishFunction to point strictly to the end of function's machine code.
Don't include memory allocated for global variables during relocations resolution.

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