There is no reason to try to materialize the function from bytecode if it
authorChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 23:18:09 +0000 (23:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 23:18:09 +0000 (23:18 +0000)
commit0050ef831912eea2377c815bc59c09ed828f2684
tree42f3ec83c3748a3b71624ea1223eaa090334eb10
parent5aa3ed92de45f7fa72135cb04816ffa264e5284c
There is no reason to try to materialize the function from bytecode if it
already has been.  This may be a small speedup.

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