summaryrefslogtreecommitdiff
path: root/MLKLexicalContext-MLKLLVMCompilation.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 11:38:56 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 11:41:15 +0200
commit4447563e79bb32bbda14641733049fe544392917 (patch)
treed1d4cdd5498b988817d386a855887b403896eb6f /MLKLexicalContext-MLKLLVMCompilation.h
parent60993a5e474244a3f4f623bb81d5191f2ec50993 (diff)
LLVM compiler: Implement dynamic variable access.
Diffstat (limited to 'MLKLexicalContext-MLKLLVMCompilation.h')
-rw-r--r--MLKLexicalContext-MLKLLVMCompilation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKLexicalContext-MLKLLVMCompilation.h b/MLKLexicalContext-MLKLLVMCompilation.h
index d42140e..d791765 100644
--- a/MLKLexicalContext-MLKLLVMCompilation.h
+++ b/MLKLexicalContext-MLKLLVMCompilation.h
@@ -37,7 +37,7 @@ using namespace llvm;
-(BOOL) variableHeapAllocationForSymbol:(id)name;
-(Instruction *) functionCellValueForSymbol:(id)name;
-(Instruction *) closureDataPointerValueForSymbol:(id)name;
--(Value *) bindingValueForSymbol:(id)name;
+-(Instruction *) bindingCellValueForSymbol:(id)name;
-(Value *) valueValueForSymbol:(id)name;
//-(void) setFunctionCellValue:(Value *)cellPtr forSymbol:(id)name;
//-(void) setClosureDataPointerValue:(Value *)pointer forSymbol:(id)name;