ExecutionEngine: move createJIT() definition (v2)
authorDylan Noblesmith <nobled@dreamwidth.org>
Fri, 13 May 2011 22:02:53 +0000 (22:02 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Fri, 13 May 2011 22:02:53 +0000 (22:02 +0000)
commitf5895e95926c96574888d7eb20b62d2cffe86193
treebe1581e7d939bcc3db00c686566c09553902b798
parentc5b28580a94e247300e5d3ccf532e153f2ae6f12
ExecutionEngine: move createJIT() definition (v2)

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@131320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/JIT/JIT.cpp