Skip to content

Commit

Permalink
Remove redundant line (the memory manager is set above to the same ob…
Browse files Browse the repository at this point in the history
…ject

if !ForceInterpreteri). It has no effect (apart from a memory leak...)




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155792 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Eli Bendersky committed Apr 29, 2012
1 parent 3703baa commit 30183bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/lli/lli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ int main(int argc, char **argv, char * const *envp) {
// Enable MCJIT if desired.
if (UseMCJIT && !ForceInterpreter) {
builder.setUseMCJIT(true);
builder.setJITMemoryManager(JITMemoryManager::CreateDefaultMemManager());
}

CodeGenOpt::Level OLvl = CodeGenOpt::Default;
Expand Down

0 comments on commit 30183bf

Please sign in to comment.