In VM::create(), comment out almost the whole function if NO_JITS_ENABLED,
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 29 Oct 2003 04:24:09 +0000 (04:24 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 29 Oct 2003 04:24:09 +0000 (04:24 +0000)
commit11911abf5cd6f91885b961e4386989e5a5399af3
treea8581ca5f852475f6a07684406356b4fb9071b96
parent5d1bdcd6f677442d6303f6e1db88c5fdf6ae382b
In VM::create(), comment out almost the whole function if NO_JITS_ENABLED,
because the Arch variable will likely be undefined.

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