summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.mm
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 14:06:34 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 14:06:34 +0200
commit054dc70426505f72a1e9856c9e48c0ae3349d68d (patch)
tree67946317ddee2df447e3b59e393f18f1cb565c66 /MLKLLVMCompiler.mm
parent1e2602cbd46ab6587aa80f82661e6145e018d05f (diff)
LLVM compiler — SETQ: Fix a typo.
Diffstat (limited to 'MLKLLVMCompiler.mm')
-rw-r--r--MLKLLVMCompiler.mm2
1 files changed, 1 insertions, 1 deletions
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]));