From 054dc70426505f72a1e9856c9e48c0ae3349d68d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 18 Aug 2008 14:06:34 +0200 Subject: =?UTF-8?q?LLVM=20compiler=20=E2=80=94=20SETQ:=20Fix=20a=20typo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MLKLLVMCompiler.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKLLVMCompiler.mm') diff --git a/MLKLLVMCompiler.mm b/MLKLLVMCompiler.mm index cf7cf29..aa0ab79 100644 --- a/MLKLLVMCompiler.mm +++ b/MLKLLVMCompiler.mm @@ -770,7 +770,7 @@ static Constant onObject:dynctx withArgumentVector:&args]; } - if ([_context variableHeapAllocationForSymbol:variable]) + else if ([_context variableHeapAllocationForSymbol:variable]) { Value *binding = builder.CreateLoad (builder.Insert ([_context bindingCellValueForSymbol:variable])); -- cgit v1.2.3