From 10b4fc552f984dc978298d50c09c97c0764962fc Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 23 Jul 2009 21:46:56 +0000 Subject: Re-committing r76828 with the JIT memory manager changes now that the build bots like the BumpPtrAllocator changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76902 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/lli.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/lli') diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 0337703ecf..f9d86d75b1 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp @@ -136,9 +136,6 @@ int main(int argc, char **argv, char * const *envp) { builder.setEngineKind(ForceInterpreter ? EngineKind::Interpreter : EngineKind::JIT); - // FIXME: Don't allocate GVs with code once the JIT because smarter about - // memory management. - builder.setAllocateGVsWithCode(true); // If we are supposed to override the target triple, do so now. if (!TargetTriple.empty()) -- cgit v1.2.3