r94686 changed all ModuleProvider parameters to Modules, which made the
authorJeffrey Yasskin <jyasskin@google.com>
Wed, 3 Feb 2010 19:18:04 +0000 (19:18 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Wed, 3 Feb 2010 19:18:04 +0000 (19:18 +0000)
commit3a813dc7079135fa417d22f7b234e902a20c93ce
treeee014e5097bdb66b34f5e7023dfc6de075ada06b
parent6351d6bb122a264821efea7f7ab596306be6fc21
r94686 changed all ModuleProvider parameters to Modules, which made the
1-argument ExecutionEngine::create(Module*) ambiguous with the signature that
used to be ExecutionEngine::create(ModuleProvider*, defaulted_params).  Fixed
by removing the 1-argument create().  Fixes PR6221.

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