diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-18 14:06:34 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-18 14:06:34 +0200 |
commit | 054dc70426505f72a1e9856c9e48c0ae3349d68d (patch) | |
tree | 67946317ddee2df447e3b59e393f18f1cb565c66 | |
parent | 1e2602cbd46ab6587aa80f82661e6145e018d05f (diff) |
LLVM compiler — SETQ: Fix a typo.
-rw-r--r-- | MLKLLVMCompiler.mm | 2 |
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])); |