ExecutionEngine: move createJIT() definition
authorDylan Noblesmith <nobled@dreamwidth.org>
Fri, 6 May 2011 22:07:14 +0000 (22:07 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Fri, 6 May 2011 22:07:14 +0000 (22:07 +0000)
commitbfb8705d979e910133c8c6637e5a3fa2de6659ee
treee20d4040c32351cfc7b4192e22e0d468aa7ceda4
parentc06b511eba8a0f7c6dd01c067836168cc33d7801
ExecutionEngine: move createJIT() definition

As an ExecutionEngine class function, its definition
really belongs in ExecutionEngine.cpp, not JIT.cpp.

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