summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/lli.cpp
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-08 17:15:11 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-08 17:15:11 +0000
commitcc7a0ff857253ac0582bf004bd84d04759768e30 (patch)
tree1595dcc3b8ff734465566f5ba7ddc4e9d2ee86f3 /llvm/tools/lli/lli.cpp
parent8f91b35d1b25a2b18a59b1fb22325963bcf34150 (diff)
downloadbcm5719-llvm-cc7a0ff857253ac0582bf004bd84d04759768e30.tar.gz
bcm5719-llvm-cc7a0ff857253ac0582bf004bd84d04759768e30.zip
Removing unintended code block from lli
llvm-svn: 192205
Diffstat (limited to 'llvm/tools/lli/lli.cpp')
-rw-r--r--llvm/tools/lli/lli.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp
index ac0d2192724..5578a1da31a 100644
--- a/llvm/tools/lli/lli.cpp
+++ b/llvm/tools/lli/lli.cpp
@@ -489,15 +489,6 @@ int main(int argc, char **argv, char * const *envp) {
// Create the remote target.
Target->create();
-// FIXME: Don't commit like this. I don't think these calls are necessary.
-#if 0
- // Trigger compilation.
- EE->generateCodeForModule(Mod);
-
- // Get everything ready to execute.
- EE->finalizeModule(Mod);
-#endif
-
// Since we're executing in a (at least simulated) remote address space,
// we can't use the ExecutionEngine::runFunctionAsMain(). We have to
// grab the function address directly here and tell the remote target
OpenPOWER on IntegriCloud