From 95c1ccd0b1d863e8a7f3643b025dc80000af5aa8 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 16 Aug 2008 13:44:57 +0200 Subject: MLKLLVMCompiler: Make compilable with the latest unstable version of LLVM. --- MLKLLVMCompiler.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MLKLLVMCompiler.mm b/MLKLLVMCompiler.mm index 8c837ef..72b1c3d 100644 --- a/MLKLLVMCompiler.mm +++ b/MLKLLVMCompiler.mm @@ -47,7 +47,7 @@ using namespace llvm; static ExecutionEngine *execution_engine; static llvm::Module *module; -static IRBuilder builder; +static IRBuilder builder; static FunctionPassManager *fpm; static PointerType *PointerTy; static ModuleProvider *module_provider; -- cgit v1.2.3