MCJIT: Tidy up the constructor.
authorJim Grosbach <grosbach@apple.com>
Tue, 21 Aug 2012 15:42:49 +0000 (15:42 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 21 Aug 2012 15:42:49 +0000 (15:42 +0000)
commit8005bcd5e0c923881d82afcb813a7e537cd1b241
treed2e472f1ea1c7e428dc61751379ecca8dd342203
parent91fcb7f42099f11f8ea298c4b231d801998bf2dd
MCJIT: Tidy up the constructor.

The MCJIT doesn't need or want a TargetJITInfo. That's vestigal from the old
JIT, so just remove it.

rdar://12119347

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