Remove the insufficient code in Interpreter::create that computed the
authorReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 03:05:57 +0000 (03:05 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 03:05:57 +0000 (03:05 +0000)
commitdeca08d93d90f51452dacfb957560dd442f8f564
treec12120ac61cec8e2ef002f9e32e7549e5aa81718
parent8fb0f190a90f34b9d94d027ed8daf5f537e4b891
Remove the insufficient code in Interpreter::create that computed the
Target DataLayout incorrectly. For now, we'll trust that the module has
got the correct DataLayout. In the future, this needs to be changed to
tell the TargetData to be "current host".

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