[vmkit-commits] [vmkit] r86842 - /vmkit/trunk/include/mvm/JIT.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Nov 11 08:50:37 PST 2009


Author: geoffray
Date: Wed Nov 11 10:50:37 2009
New Revision: 86842

URL: http://llvm.org/viewvc/llvm-project?rev=86842&view=rev
Log:
Forgot that file from last commit.


Modified:
    vmkit/trunk/include/mvm/JIT.h

Modified: vmkit/trunk/include/mvm/JIT.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/include/mvm/JIT.h?rev=86842&r1=86841&r2=86842&view=diff

==============================================================================
--- vmkit/trunk/include/mvm/JIT.h (original)
+++ vmkit/trunk/include/mvm/JIT.h Wed Nov 11 10:50:37 2009
@@ -184,7 +184,7 @@
    static llvm::ExistingModuleProvider *globalModuleProvider;
    static llvm::FunctionPassManager* globalFunctionPasses;
    static const llvm::TargetData* TheTargetData;
-   static mvm::BumpPtrAllocator Allocator;
+   static mvm::BumpPtrAllocator* Allocator;
 
    static uint64 getTypeSize(const llvm::Type* type);
    static void runPasses(llvm::Function* func, llvm::FunctionPassManager*);





More information about the vmkit-commits mailing list